Cybersecurity-Projects/PROJECTS/beginner/systemd-persistence-scanner/testdata/motd/clean-motd

4 lines
88 B
Bash
Executable File

#!/bin/sh
printf "Welcome to %s\n" "$(hostname)"
printf "System load: %s\n" "$(uptime)"