summarylogtreecommitdiffstats
path: root/priv
blob: 0c2f7be03088aada51481158d58c2f352867b235 (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/privateer_wcu ]; then 
	vegastrike -d/usr/local/share/privateer_wcu
	else
	vegastrike -d/usr/share/privateer_wcu
fi