bash arguments test

main
Ignacio Abundez 2 weeks ago
parent 2ec3a94c54
commit 6ea5f20584

@ -1,3 +1,9 @@
#!/bin/bash #!/bin/bash
echo "hello from Bash" echo "Script: $0"
echo "GPIO: $1"
echo "Value: $2"
echo "-_-_-_-_-_-"

Loading…
Cancel
Save