summarylogtreecommitdiffstats
path: root/priv
blob: b510a6843053b6c9b8addbae3027234b12d926f9 (plain)
1
2
3
4
5
6
7
#!/bin/bash
#This is a small wrapper that lets VegaStrike - Upon the coldest ocean run from seemingly anywhere
if [ -d /usr/local/share/privgold100 ]; then 
	vegastrike -d/usr/local/share/privgold100
	else
	vegastrike -d/usr/share/privgold100
fi