commit 4cf3701891f4500cc26836a501fb8a8846ed3ecf Author: Angelus Vela Date: Thu Sep 10 08:38:48 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"