commit 2ec3a94c542729a38cb7edf5baece4f345c44c33 Author: Ignacio Abundez Date: Thu Sep 10 08:38:38 2026 -0600 initial commit diff --git a/gpio.sh b/gpio.sh new file mode 100755 index 0000000..4629814 --- /dev/null +++ b/gpio.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "hello from Bash"