init
This commit is contained in:
commit
1816522a71
11 changed files with 229 additions and 0 deletions
8
lib/headers
Normal file
8
lib/headers
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
show_welcome_header() {
|
||||
[ "$SC_SKIP_WELCOME_HEADER" = "1" ] && return 0
|
||||
cat $SC_ASSETS/saluco-header.txt
|
||||
echo "Welcome, $(whoami) ($(id -u))!"
|
||||
echo ""
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue