voidrice/.scripts/i3cmds/dropdowncalc

6 lines
184 B
Text
Raw Normal View History

2018-04-23 20:14:59 -07:00
#!/bin/sh
# This script ensures that i3 will spawn a calculator.
# If R is installed, it will run R, otherwise it will run
# Python.
2018-10-16 22:11:32 -04:00
([ -e /usr/bin/R ] && R -q --no-save) || python -q