commit message from python script
This commit is contained in:
7
test_skripte/mem_test.py
Normal file
7
test_skripte/mem_test.py
Normal file
@@ -0,0 +1,7 @@
|
||||
#! /usr/bin/env python3
|
||||
|
||||
import os, sys
|
||||
|
||||
|
||||
if not os.path.exists(os.sep + "home" + os.sep + os.environ["USER"]) is True:
|
||||
print("yes")
|
||||
Reference in New Issue
Block a user