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