deleted .git

This commit is contained in:
acidburn
2023-04-12 01:20:17 -04:00
parent 669ffd0a06
commit 28d9fa1f30
6 changed files with 315 additions and 0 deletions
Executable
+7
View File
@@ -0,0 +1,7 @@
import os
user = os.getenv("SUDO_USER")
if user is None:
print ("This program need 'sudo'")
exit()
else:
print('ok')