User Tools

Site Tools


snippets:motd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

snippets:motd [2018/03/19 12:26] – created allsparksnippets:motd [2018/03/19 12:26] (current) allspark
Line 1: Line 1:
 +# ubuntu
 +
 +content: `/etc/motd.tail`
 +
 +`/etc/update-motd.d/92-footer` +x
 +
 +```
 +#!/bin/sh
 +[ -f /etc/motd.tail ] && cat /etc/motd.tail || true
 +```