add exercise2, variables

This commit is contained in:
mlot
2026-01-29 12:51:19 -05:00
parent 1bd01c094d
commit 4fe4d6b22b

View File

@@ -0,0 +1,5 @@
#!/bin/bash
THE_MESSAGE="Shell Scripting is Fun!"
echo "$THE_MESSAGE"