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