dotfiles/.local/bin/dropdowncalc
2020-07-17 15:05:59 +02:00

3 lines
129 B
Bash
Executable File

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