Added run_scripts exercises

This commit is contained in:
Fabio Scotto di Santolo
2025-07-07 18:01:53 +02:00
parent a3ad418d82
commit 32acc0954f
5 changed files with 165 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# hello.sh
#!/bin/bash
echo "Hello, world!"
exit 0