summarylogtreecommitdiffstats
path: root/privsettings
blob: 00669590b248b8fab3502a591fd908fd18d79528 (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 
	vegasettings --target /usr/local/share/privgold100
	else
	vegasettings --target /usr/share/privgold100
fi