mynode/rootfs/standard/etc/update-motd.d/10-mynode-header

11 lines
140 B
Plaintext
Raw Normal View History

2019-06-15 23:02:44 +00:00
#!/bin/bash
THIS_SCRIPT="header"
MOTD_DISABLE=""
toilet -f standard -F metal myNode
printf '\nWelcome to myNode!\n'
uname -a
printf '\n'