dropdown calc added

This commit is contained in:
Luke Smith 2018-04-23 20:14:59 -07:00
parent ecd39ff61f
commit 850ffc5365

5
.scripts/dropdowncalc Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
# This script ensures that i3 will spawn a calculator.
# If R is installed, it will run R, otherwise it will run
# Python.
([[ -e /usr/bin/R ]] && R -q) || python -q