bash argumrnts test

main
Angelus Vela 2 weeks ago
parent 4cf3701891
commit ef700fdd99

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

Loading…
Cancel
Save