1 2 3 4 5
#!/bin/sh USERDIR=$(pwd) cd /usr/share/games/larn exec /usr/share/games/larn "$@" cd $USERDIR