add exercise3.sh

This commit is contained in:
mlot
2026-01-31 08:01:44 -05:00
parent 4fe4d6b22b
commit 52e4ed37fc

View File

@@ -0,0 +1,5 @@
#!/bin/bash
DEVICE_NAME=$(hostname)
echo "This script is running on ${DEVICE_NAME} where '${DEVICE_NAME}' is the output of the 'hostname' command."