Initial commit

This commit is contained in:
2024-05-23 21:16:09 -05:00
commit 12c85b8672
3 changed files with 173 additions and 0 deletions

2
.scripts/hello.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
echo "Hello world"