Initial commit

This commit is contained in:
waal70
2024-10-26 16:23:45 +02:00
commit b00d31c48d
22 changed files with 475 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
#!/bin/sh
###############################################################
# Script : 11-welcome
# Author : Petr Všetečka, Andre
# Email : vsetecka@cesnet.cz
# Date : 27/11/2018, 16/07/2024
# Description: prints distro name and kernel version
# Args : none
###############################################################
clear
printf "\nSystem managed by Ansible"
printf "\nWelcome to "; lsb_release -ds
printf " System: "; uname -snrvm