4 lines
80 B
Python
4 lines
80 B
Python
|
#!/usr/bin/env micropython
|
||
|
import sys
|
||
|
print("hook.d/alert/yo.py: "+sys.argv[1])
|