From 068d401ddd181d5db629b796592912c72f72fc25 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Sun, 12 Apr 2020 15:04:57 +0200 Subject: [PATCH] first commit --- CHANGELOG | 0 INSTALL | 0 Makefile | 0 README.md | 0 Stats32 | 8 ++++---- etc/motds32/motds32.conf | 0 fonts/.gitkeep | 0 fonts/chunky.flf | Bin 8 files changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 CHANGELOG mode change 100644 => 100755 INSTALL mode change 100644 => 100755 Makefile mode change 100644 => 100755 README.md mode change 100644 => 100755 etc/motds32/motds32.conf mode change 100644 => 100755 fonts/.gitkeep mode change 100644 => 100755 fonts/chunky.flf diff --git a/CHANGELOG b/CHANGELOG old mode 100644 new mode 100755 diff --git a/INSTALL b/INSTALL old mode 100644 new mode 100755 diff --git a/Makefile b/Makefile old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/Stats32 b/Stats32 index 6c4ed09..4f74e97 100755 --- a/Stats32 +++ b/Stats32 @@ -25,10 +25,10 @@ if [ -z "$DISTRIB_DESCRIPTION" ] && [ -x /usr/bin/lsb_release ]; then DISTRIB_DESCRIPTION=$(lsb_release -s -d) fi -printf "\033[5m%s (%s).\n" "$DISTRIB_DESCRIPTION" "$(uname -r)" -echo -e "\e[0mKernel Info: \033[5m " `uname -smr`; -echo -e "Shell: $SHELL \e[0m" -echo -e 'Last SSH:\e[1;30m'; last -a | grep pts | head -3 +printf "%s (%s).\n" "$DISTRIB_DESCRIPTION" "$(uname -r)" +echo -e " Kernel Info: $(uname -smr)" +echo -e " Shell: $SHELL" +echo -e ' Last SSH:\e[1;30m'; last -a | grep pts | head -3 echo -e "\e[0m" load=`cat /proc/loadavg | awk '{print $1}'` diff --git a/etc/motds32/motds32.conf b/etc/motds32/motds32.conf old mode 100644 new mode 100755 diff --git a/fonts/.gitkeep b/fonts/.gitkeep old mode 100644 new mode 100755 diff --git a/fonts/chunky.flf b/fonts/chunky.flf old mode 100644 new mode 100755