summaryrefslogtreecommitdiffstats
path: root/usr/bin/mageiawelcome-launcher
blob: 46624bd70d9d4284d54a6085887089d48e7c622e (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")