]> gitweb.pimeys.fr Git - scripts-20-100.git/blob - regenerate_motd.sh
typo
[scripts-20-100.git] / regenerate_motd.sh
1 #!/bin/bash
2
3 # Pour recréer le motd à partir du .tail
4 # GRUIK !
5
6 uname -a > /etc/motd
7
8 cat /etc/motd.tail >> /etc/motd