diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-04-22 07:37:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-23 07:51:56 +0700 |
commit | 6de96aac5fe7da68f7b806c840848a40ab951b4b (patch) | |
tree | 4877f3b4813cf17f285bde57717e95df9da83717 /games/BeastieWorker/BeastieWorker.sh | |
parent | d7d1327dc1a3c5d88d6b4294cb27c419bb185af4 (diff) | |
download | slackbuilds-6de96aac5fe7da68f7b806c840848a40ab951b4b.tar.gz |
games/BeastieWorker: Added (3D sokoban-like game).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/BeastieWorker/BeastieWorker.sh')
-rw-r--r-- | games/BeastieWorker/BeastieWorker.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/BeastieWorker/BeastieWorker.sh b/games/BeastieWorker/BeastieWorker.sh new file mode 100644 index 0000000000..4495af2c81 --- /dev/null +++ b/games/BeastieWorker/BeastieWorker.sh @@ -0,0 +1,3 @@ +#!/bin/sh +cd /usr/share/games/BeastieWorker +./BeastieWorker |