summaryrefslogtreecommitdiff
path: root/debian/tmw
diff options
context:
space:
mode:
Diffstat (limited to 'debian/tmw')
-rwxr-xr-xdebian/tmw6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/tmw b/debian/tmw
new file mode 100755
index 00000000..7601cd35
--- /dev/null
+++ b/debian/tmw
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+cd /usr/share/games/tmw;
+./tmw;
+cd -;
+echo "Thanks for playing The Mana World !";