dropdown calc added
This commit is contained in:
parent
ecd39ff61f
commit
850ffc5365
1 changed files with 5 additions and 0 deletions
5
.scripts/dropdowncalc
Executable file
5
.scripts/dropdowncalc
Executable 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
|
Loading…
Reference in a new issue