mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02: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 $@
|