1 2 3 4 5 6 7 8
#!/bin/sh if [ -z $1 ]; then TARGET='ekileugor' else TARGET=$1 fi ./make.sh $TARGET || exit $? xvic bin/$TARGET.prg