dotfiles/.local/bin/tools/dropdowncalc

8 lines
161 B
Plaintext
Raw Normal View History

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