commit 629078ac7684fea28942b95865e8c7ef7b79d42b Author: Gerardo Marx Date: Thu Sep 10 08:38:27 2026 -0600 initial commit diff --git a/gpio.sh b/gpio.sh new file mode 100755 index 0000000..4f4b994 --- /dev/null +++ b/gpio.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "Hello from Bash"