corrected bash arguments testing

main
parent 0aacd2a264
commit 0aa1f30a4d

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

Loading…
Cancel
Save