summarylogtreecommitdiffstats
path: root/betterww-launcher
blob: 910fc2f2e32f9aa26993454b4ae645462eeafdc8 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
cd ~/.config
if ls | grep betterww 1>/dev/null
then
	echo File Already Exists 1>/dev/null
else
	mkdir betterww
fi
cd betterww
python /opt/betterww/wwrando.py