mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-26 23:16:47 +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/neopix.py $@
|