Initial commit

This commit is contained in:
Artifacts
2026-03-01 07:25:37 -08:00
commit b400338492
13 changed files with 548 additions and 0 deletions

3
project_name/hello_world.sh Executable file
View File

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