index
:
random-scripts.git
master
a collection of useful scripts for unix desktops
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
calc.sh
2
1 files changed, 1 insertions, 1 deletions
diff --git a/calc.sh b/calc.sh
index 327b0af..06840e5 100755
--- a/
calc.sh
+++ b/
calc.sh
@@ -4,5 +4,5 @@ var=calculator
while [ "$var" ]
do
- var=$(dmenu -p $var </dev/null|bc)
+ var=$(dmenu -p $var </dev/null|bc -l)
done