mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
aac8afd3de
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
5 lines
69 B
Bash
5 lines
69 B
Bash
#!/bin/sh
|
|
USERDIR=$(pwd)
|
|
cd /usr/share/games/larn
|
|
./larn
|
|
cd $USERDIR
|