#!/usr/bin/python

import os
from user import home

if not os.path.exists(home + "/.fuduntu/elmer-welcome/norun.flag"):
	os.system("elmer")

