From 2ec3a94c542729a38cb7edf5baece4f345c44c33 Mon Sep 17 00:00:00 2001 From: Ignacio Abundez Date: Thu, 10 Sep 2026 08:38:38 -0600 Subject: [PATCH] initial commit --- gpio.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 gpio.sh 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"