split engine from game
[vg.git] / install.sh
diff --git a/install.sh b/install.sh
new file mode 100755 (executable)
index 0000000..b23bd59
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+echo "Setting up compiler symlinks"
+compiler=`realpath vg_compiler.sh`
+ln -s $compiler /usr/bin/vgc