corrected bash arguments testing

main
parent 0aacd2a264
commit 0aa1f30a4d

@ -1,6 +1,6 @@
#!/bin/bash
echo "Script: $0"
echo: "GPIO: $1"
echo: "Value: $2"
echo: "-=-=-=-=-=-=-"
echo "GPIO: $1"
echo "Value: $2"
echo "-=-=-=-=-=-=-"

Loading…
Cancel
Save