split engine from game
[vg.git] / install.sh
1 #!/bin/bash
2
3 echo "Setting up compiler symlinks"
4 compiler=`realpath vg_compiler.sh`
5 ln -s $compiler /usr/bin/vgc