From 60ccac25d7688978db85a4f6c29c37cba471628a Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sat, 19 Oct 2024 15:36:30 +0200 Subject: [PATCH] Init Commit --- scripts.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts.sh diff --git a/scripts.sh b/scripts.sh new file mode 100755 index 0000000..3bbfae6 --- /dev/null +++ b/scripts.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +echo Hello world