Initial commit, 90% there
This commit is contained in:
8
.node-red/node_modules/node-red-node-pi-gpio/testgpio
generated
vendored
Normal file
8
.node-red/node_modules/node-red-node-pi-gpio/testgpio
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
python_cmd='python3'
|
||||
# Fallback to Python 2, if Python 3 is not available
|
||||
command -v python3 > /dev/null || python_cmd='python'
|
||||
|
||||
BASEDIR=$(dirname $0)
|
||||
$python_cmd -u $BASEDIR/testgpio.py $@
|
||||
Reference in New Issue
Block a user