summarylogtreecommitdiffstats
path: root/vs
blob: 8b2a942ee4df3b0a92d1c3ae6887d2081e02cc0a (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/vegastrike ]; then 
	vegastrike -d/usr/local/share/vegastrike
	else
	vegastrike -d/usr/share/vegastrike
fi