dotfiles/motd/banner.sh

8 lines
123 B
Bash
Raw Permalink Normal View History

2023-07-02 14:47:09 -04:00
#!/usr/bin/bash
echo -e "\033[1;31m$(hostname | figlet -f slant)\033[0m"
echo "$(whoami)@$(hostname)"
echo ''
fortune-rs