dotfiles/.local/bin/dropdowncalc
Alexander Bocken a47c98fb0c updated dropdowncalc to use python instead of bc
modified:   .local/bin/bt
	modified:   .local/bin/dropdowncalc
2020-07-06 13:57:59 +02:00

3 lines
104 B
Bash
Executable File

#!/bin/sh
ifinstalled python && python -iq -c "print('Welcome to the Calculator'); from numpy import *"