/usr/games/mancala-text is in mancala 1.0.3-1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | #!/bin/sh
# mancala-text - short script to run mancala in xterm for debian
# Andrew Gray <ajpg@debian.org>, Sat, 15 Jul 2000 00:16:28 +0100
echo "Rules are in file /usr/share/doc/mancala/RULES under debian."
echo ""
/usr/games/mancala 0 4
echo ""
printf "Finished - press ENTER "
read RUBBISH
|