bash arguments testing

main
parent e3630f2d7e
commit 0aacd2a264

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

Loading…
Cancel
Save