mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-27 23:25:03 +01:00
5 lines
72 B
Bash
Executable File
5 lines
72 B
Bash
Executable File
#!/bin/bash
|
|
|
|
BASEDIR=$(dirname $0)
|
|
sudo python -u $BASEDIR/nrgpio.py $@
|