summaryrefslogtreecommitdiff
path: root/debian/tmw
blob: 7601cd350eb816e4192eebbbb1b981e94c448658 (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

cd /usr/share/games/tmw;
./tmw;
cd -; 
echo "Thanks for playing The Mana World !";