Initial commit

This commit is contained in:
Projects
2026-03-14 05:39:41 -07:00
commit 2fdbecd3d4
14 changed files with 538 additions and 0 deletions

3
project_name/hello_world.sh Executable file
View File

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