voidrice/.scripts/dropdowncalc

6 lines
176 B
Text
Raw Normal View History

2018-04-24 03:14:59 +00: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.
([[ -e /usr/bin/R ]] && R -q) || python -q