summarylogtreecommitdiffstats
path: root/vsettings
blob: b707ae6f665d0e02abf24e0ff2872b68e9f772bd (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 
	vegasettings --target /usr/local/share/vegastrike
	else
	vegasettings --target /usr/share/vegastrike
fi