added scripts that Ive been using for a while now
This commit is contained in:
7
.local/bin/tools/dropdowncalc
Executable file
7
.local/bin/tools/dropdowncalc
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
ifinstalled python && python -iq -c "print('Welcome to the Calculator')
|
||||
from numpy import *
|
||||
import sys
|
||||
import matplotlib.pyplot as plt
|
||||
sys.ps1='❯'
|
||||
"
|
Reference in New Issue
Block a user