first commit

This commit is contained in:
Erreur32 2020-04-12 15:04:57 +02:00
parent 5ac0674408
commit 068d401ddd
8 changed files with 4 additions and 4 deletions

0
CHANGELOG Normal file → Executable file
View File

0
INSTALL Normal file → Executable file
View File

0
Makefile Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

View File

@ -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}'`

0
etc/motds32/motds32.conf Normal file → Executable file
View File

0
fonts/.gitkeep Normal file → Executable file
View File

0
fonts/chunky.flf Normal file → Executable file
View File