mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-14 04:07:18 +00:00
Add base src/ module
This commit is contained in:
parent
222357256c
commit
9d1012656d
5
src/__main__.py
Normal file
5
src/__main__.py
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
import os
|
||||||
|
import sys
|
||||||
|
|
||||||
|
if os.geteuid() != 0:
|
||||||
|
sys.exit("Please run this program as root user")
|
Loading…
Reference in a new issue