mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
5 lines
72 B
Plaintext
5 lines
72 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
BASEDIR=$(dirname $0)
|
||
|
sudo python -u $BASEDIR/neopix.py $@
|