From 6ea5f20584b97a33caac0c8623c3ece197a6ea05 Mon Sep 17 00:00:00 2001 From: Ignacio Abundez Date: Thu, 10 Sep 2026 08:47:42 -0600 Subject: [PATCH] bash arguments test --- gpio.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gpio.sh b/gpio.sh index 4629814..b59577c 100755 --- a/gpio.sh +++ b/gpio.sh @@ -1,3 +1,9 @@ #!/bin/bash -echo "hello from Bash" +echo "Script: $0" + +echo "GPIO: $1" + +echo "Value: $2" + +echo "-_-_-_-_-_-"