cool welcome message linux code example
Example 1: cool welcome message linux
$ sudo dnf install neofetch
Example 2: cool welcome message linux
sudo bash -c $'echo "neofetch" >> /etc/profile.d/mymotd.sh && chmod +x /etc/profile.d/mymotd.sh'
$ sudo dnf install neofetch
sudo bash -c $'echo "neofetch" >> /etc/profile.d/mymotd.sh && chmod +x /etc/profile.d/mymotd.sh'