diff options
Diffstat (limited to 'systemd/uname')
-rw-r--r-- | systemd/uname | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/uname b/systemd/uname index 7143927..293bdfb 100644 --- a/systemd/uname +++ b/systemd/uname @@ -1,4 +1,4 @@ #!/bin/sh -echo " Booting $(uname -srm)." +echo " Booting [1;37m$(uname -srm)[0m." echo |