summarylogtreecommitdiffstats
path: root/hp15c_runner.sh
blob: abad9a2f90d340d02a090a7144d32b5d125c5170 (plain)
1
2
3
4
5
6
#!/bin/sh
# runs HP-15C tcl script in proper directory
exec env \
    -C /usr/lib/hp15c \
    HP15Cdocdir=/usr/share/doc/hp15c/ \
    /usr/bin/wish HP-15C.tcl "$@"