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