From ef700fdd994708719caad6e0eaf8cde975fc7bb5 Mon Sep 17 00:00:00 2001 From: Angelus Vela Date: Thu, 10 Sep 2026 08:47:50 -0600 Subject: [PATCH] bash argumrnts test --- gpio.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gpio.sh b/gpio.sh index 4f4b994..ce05ddc 100755 --- a/gpio.sh +++ b/gpio.sh @@ -1,3 +1,6 @@ #!/bin/bash -echo "Hello from Bash" +echo "Script: $0" +echo "GPIO: $1" +echo "Value: $2" +