From 0b8abfbdbbf9ce5f7eefeb31388560a30f9d8e8c Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 21 Jun 2025 13:21:23 +0200 Subject: [PATCH] feat: new ayo parent script --- ayo.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 ayo.sh diff --git a/ayo.sh b/ayo.sh new file mode 100755 index 0000000..6308604 --- /dev/null +++ b/ayo.sh @@ -0,0 +1,3 @@ +#! /usr/bin/bash + +echo "Hello Ayo!"