优化快捷方式生成方式
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
import os
|
||||
|
||||
for i in os.environ:
|
||||
print("'{}={}'".format(i, os.getenv(i)))
|
||||
Reference in New Issue
Block a user