diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-04-22 17:01:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-23 07:52:06 +0700 |
commit | 44939e2bae7e8ab6d668aeb878a393f704b6a9fa (patch) | |
tree | 8f682fa23bff79d08d1e39fe8b2dce0d04ef23ab /games/astromenace/astromenace.sh | |
parent | 541be06d0d32285278f45e6f88c3fa0fe3e713e5 (diff) | |
download | slackbuilds-44939e2bae7e8ab6d668aeb878a393f704b6a9fa.tar.gz |
games/astromenace: Script cleanup.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/astromenace/astromenace.sh')
-rw-r--r-- | games/astromenace/astromenace.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/astromenace/astromenace.sh b/games/astromenace/astromenace.sh new file mode 100644 index 0000000000..4b082a6a62 --- /dev/null +++ b/games/astromenace/astromenace.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +cd /usr/share/games/astromenace +./AstroMenace |