3 lines
129 B
Bash
Executable File
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='>'"
|