Files
2026-02-26 13:08:03 -05:00

6 lines
150 B
Bash

#!/bin/bash
DEVICE_NAME=$(hostname)
echo "This script is running on ${DEVICE_NAME} where '${DEVICE_NAME}' is the output of the 'hostname' command."