Initial commit

This commit is contained in:
stubbfel
2023-05-27 17:57:52 +02:00
commit 5fcd66df54
9 changed files with 191 additions and 0 deletions

3
src/hello.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/env bash
echo "hello world"