summarylogtreecommitdiffstats
path: root/hp15c_runner.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hp15c_runner.sh')
-rw-r--r--hp15c_runner.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/hp15c_runner.sh b/hp15c_runner.sh
new file mode 100644
index 000000000000..7d4500b66f49
--- /dev/null
+++ b/hp15c_runner.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+# runs HP-15C tcl script in proper directory
+cd /usr/lib/hp15c
+/usr/bin/wish HP-15C.tcl "$@"