diff options
Diffstat (limited to 'systemd/uname')
-rw-r--r-- | systemd/uname | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/systemd/uname b/systemd/uname new file mode 100644 index 0000000..7143927 --- /dev/null +++ b/systemd/uname @@ -0,0 +1,4 @@ +#!/bin/sh + +echo " Booting $(uname -srm)." +echo |