#!/usr/bin/python3

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

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

