Skip to content

Instantly share code, notes, and snippets.

@unex
Last active August 2, 2018 03:22
Show Gist options
  • Save unex/d41d5af453d0498ef01078d0ebcc01a2 to your computer and use it in GitHub Desktop.
Save unex/d41d5af453d0498ef01078d0ebcc01a2 to your computer and use it in GitHub Desktop.
MOTD
```
sudo apt install update-motd figlet lolcat
```
## logo
show 100 seed possibilities
```
for i in $(seq 1 100); do echo $i; figlet -f smslant $(hostname) | /usr/games/lolcat -f -S $i; done
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment