updated dropdowncalc to use python instead of bc
modified: .local/bin/bt modified: .local/bin/dropdowncalc
This commit is contained in:
@ -1,3 +1,2 @@
|
||||
#!/bin/sh
|
||||
|
||||
ifinstalled bc && echo "Welcome to the Calculator." && bc -lq
|
||||
ifinstalled python && python -iq -c "print('Welcome to the Calculator'); from numpy import *"
|
||||
|
Reference in New Issue
Block a user