mirror of
https://github.com/Arvanaghi/CheckPlease
synced 2026-06-08 10:25:16 +00:00
5 lines
113 B
Python
5 lines
113 B
Python
import sys
|
|
import os
|
|
|
|
if os.environ['COMPUTERNAME'].lower() == " ".join(sys.argv[1:]).lower():
|
|
print("Proceed!") |