This commit is contained in:
2021-01-26 19:37:29 +01:00
parent 83c982a771
commit 9a1fd4df63
9 changed files with 679 additions and 14 deletions

25
sh_scripts/system_info.sh Normal file
View File

@@ -0,0 +1,25 @@
#/bin/bash
clear
echo "################################################"
echo "# #"
echo "# #"
echo "# System_Info #"
echo "# by #"
echo "# johanneskr.de #"
echo "# #"
echo "# #"
echo "################################################"
print_info() {
info title
info underline
info "OS" distro
info "Host" model
info "CPU" cpu
info "Memory" memory
info "Kernel" kernel
info "Uptime" uptime
info "Packages" packages
info "Public IP" public_ip