updated dropdowncalc to use python instead of bc

modified:   .local/bin/bt
	modified:   .local/bin/dropdowncalc
This commit is contained in:
2020-07-06 13:57:59 +02:00
parent 939781b342
commit a47c98fb0c
2 changed files with 28 additions and 14 deletions

View File

@ -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 *"