mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
bc for dropdown calc
This commit is contained in:
parent
a7508c231c
commit
21a7e014c3
@ -1,5 +1,2 @@
|
||||
#!/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 --no-save) || python -q
|
||||
ifinstalled bc && echo "Welcome to the Calculator." && bc -lq
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user