Files

6 lines
72 B
Bash
Raw Permalink Normal View History

2026-01-29 12:51:19 -05:00
#!/bin/bash
THE_MESSAGE="Shell Scripting is Fun!"
echo "$THE_MESSAGE"