commit message from python script

This commit is contained in:
2023-04-11 17:21:50 +02:00
parent d0b783c5fc
commit 237aa7ff31
9 changed files with 57 additions and 1 deletions

7
test_skripte/mem_test.py Normal file
View 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")