started some local google scripts to help me in my workflow.
This commit is contained in:
5
Scripts/google_local_scripts/test.py
Normal file
5
Scripts/google_local_scripts/test.py
Normal file
@ -0,0 +1,5 @@
|
||||
import subprocess
|
||||
import os
|
||||
|
||||
os.system("open https://northpass.com")
|
||||
print("Did it work?")
|
||||
Reference in New Issue
Block a user