#!/bin/sh
# Needed to make symlinks/shortcuts work.
# the binaries must run with correct working directory
"/usr//usr/games/vavoom.bin" $* -basedir "/usr//usr/share/games/vavoom" 
exit $?
