X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=regenerate_motd.sh;fp=regenerate_motd.sh;h=19b9fb234aa2e33f978233a6aa942743f25b504a;hb=905f45e68f881b6460798d0db1a6240218d92947;hp=0000000000000000000000000000000000000000;hpb=78fdb4c35d376ef28c25d764c5dcc92ba2237019;p=scripts-20-100.git diff --git a/regenerate_motd.sh b/regenerate_motd.sh new file mode 100755 index 0000000..19b9fb2 --- /dev/null +++ b/regenerate_motd.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +# Pour recréer le motd à partir du .tail +# GRUIK ! + +uname -a > /etc/motd + +cat /etc/motd.tail >> /etc/motd