summaryrefslogtreecommitdiffstats
path: root/usr/bin/mageiawelcome-launcher
blob: 4a452373b4118c0594b25774758de5e42f87ea87 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/python3

import os
home = os.getenv("HOME")

if (not os.path.exists(home + "/mageiawelcome/norun.flag")):
	os.system("mageiawelcome")