PobHelp/pobhelp
#!/usr/bin/env python3
import os
if (not os.path.isfile("pobhelp.py") ):
os.chdir("/usr/lib/pobhelp/")
os.system("python3 pobhelp.py")
else:
os.system("python3 pobhelp.py")
PobHelp/pobhelp
#!/usr/bin/env python3
import os
if (not os.path.isfile("pobhelp.py") ):
os.chdir("/usr/lib/pobhelp/")
os.system("python3 pobhelp.py")
else:
os.system("python3 pobhelp.py")