started some local google scripts to help me in my workflow.

This commit is contained in:
Norm Rasmussen
2024-02-13 21:51:21 -05:00
parent f2e7042afe
commit d087f41e5e
6 changed files with 96 additions and 2 deletions

View File

@ -0,0 +1,5 @@
import subprocess
import os
os.system("open https://northpass.com")
print("Did it work?")