11 lines
140 B
Plaintext
11 lines
140 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
THIS_SCRIPT="header"
|
||
|
MOTD_DISABLE=""
|
||
|
|
||
|
toilet -f standard -F metal myNode
|
||
|
|
||
|
printf '\nWelcome to myNode!\n'
|
||
|
uname -a
|
||
|
printf '\n'
|