优化快捷方式生成方式

This commit is contained in:
2023-06-29 20:11:20 +08:00
parent 1310253f0f
commit 1f7d53bf4d
5 changed files with 14 additions and 9 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env python3
import os
for i in os.environ:
print("'{}={}'".format(i, os.getenv(i)))