Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37881300
en ru br
ALT Linux repos
S:1.2-alt2
5.0: 1.2-alt1

Group :: Games/Adventure
RPM: meritous

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#!/bin/sh
cd
test -d ".meritous" || {
rm -f .meritous
mkdir -p .meritous
ln -s /usr/share/games/meritous/* .meritous/
}

cd .meritous
while [ "$#" -ge 0 ]
do
case "$1" in
-f*) OPTS="$OPTS fullscreen";;
*) break;
esac
shift
done
meritous.bin $OPTS "$@"
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin