From d60e933afe62e2df7bbfc90ca90af545b14bb97a Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Fri, 3 Apr 2026 15:38:25 -0500 Subject: [PATCH] + helloWorld.sh --- dots/bin/helloWorld.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 dots/bin/helloWorld.sh diff --git a/dots/bin/helloWorld.sh b/dots/bin/helloWorld.sh new file mode 100755 index 0000000..979fc25 --- /dev/null +++ b/dots/bin/helloWorld.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +# klevstul :: 26.04 + +echo "hello, world!"