#!/usr/bin/python3
import os
flag_path = os.path.expanduser("~/.redoswelcome/norun.flag")
if (not os.path.exists(flag_path)):
    os.system("redoswelcome")