aboutsummaryrefslogtreecommitdiffhomepage
path: root/ilua-wrapper.sh
blob: 344de5d7fbaa94bb9553123f12ef71c9cfe4c94c (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# This wrapper exists, so you can pass additional arguments to Applause when
# using it as an ILua interpreter.
# Also, it's useful as you do not have to change the directory before invoking ILua.
# Thirdly, if you create a symbolic link to lua in a Python environment of ILua, this invoke
# Applause by default and it will even work with Jupyter Notebooks without further tweaks.
cd $(dirname $(readlink -m "$0"))
exec ./applause -o 2 "$@"