summarylogtreecommitdiffstats
path: root/brogue.sh
blob: 02e4da22b3941a44758020ef5889b976535cf8d3 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

groups | grep -w games > /dev/null || ( echo 'You must be a member of the group games'; exit )

pushd /usr/share/brogue/ > /dev/null
./brogue "$@"
popd > /dev/null