diff --git a/ update-motd.d/10-hostname b/ update-motd.d/10-hostname new file mode 100644 index 0000000..cf33b6a --- /dev/null +++ b/ update-motd.d/10-hostname @@ -0,0 +1,3 @@ +#!/bin/sh + +figlet -f slant " $(hostname)" \ No newline at end of file