commit 5289884ae34b670b31e2e5c687078262dc97523c Author: Francisco Ferreira Date: Thu Sep 10 08:38:59 2026 -0600 initial commit diff --git a/gpio.sh b/gpio.sh new file mode 100755 index 0000000..cc44052 --- /dev/null +++ b/gpio.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "Hello from bash"