This commit is contained in:
2021-04-28 09:29:19 +02:00
parent 84e20e54cc
commit a9f0de27e6
1030 changed files with 14567 additions and 227310 deletions

5
script/EnvVAr.py Normal file
View File

@@ -0,0 +1,5 @@
import java.lang.System as System
env = System.getenv()
for envName in env.keySet():
print(envName + " = " + env.get(envName))