slackbuilds/games/larn/larn.sh

6 lines
69 B
Bash

#!/bin/sh
USERDIR=$(pwd)
cd /usr/share/games/larn
./larn
cd $USERDIR