X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=bin%2Fcalc;h=6a4054346af042e57735ad4fdbb728348910109b;hb=a75ef58cc211e765f8dbfc56671c87e102f4c53d;hp=e70128a55569864291f797951ffcb54b4ecca3fc;hpb=614f9080ac810a2f4c0a5244bca856f3358e625e;p=config%2Fdotfiles.git diff --git a/bin/calc b/bin/calc index e70128a..6a40543 100755 --- a/bin/calc +++ b/bin/calc @@ -16,7 +16,7 @@ # along with this program. If not, see . -python -i -c 'from math import *; +exec python -i -c 'from math import *; def ld(x): return log(x)/log(2)