3 lines
104 B
Bash
Executable File
3 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
ifinstalled python && python -iq -c "print('Welcome to the Calculator'); from numpy import *"
|