X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=install.sh;fp=install.sh;h=b23bd5920d9fee54bbcf1af1da026aa10c0a6d1e;hb=6836e834f8db725e08015a98401f2be97e5b9849;hp=0000000000000000000000000000000000000000;hpb=b5740880fe3ffe59546bb80173ad3a6e1312648e;p=vg.git diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..b23bd59 --- /dev/null +++ b/install.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +echo "Setting up compiler symlinks" +compiler=`realpath vg_compiler.sh` +ln -s $compiler /usr/bin/vgc