Source Update

This commit is contained in:
Christer Warén
2024-05-01 03:20:46 +03:00
parent 19b4325920
commit 9de267de43
5 changed files with 233 additions and 0 deletions

11
src/functions/start.sh Normal file
View File

@ -0,0 +1,11 @@
wi-start(){
echo ""
echo ""
echo ""
echo "=============================="
echo -n "$wiBold"
echo " Warén Group "
echo " Init.sh "
echo -n "$wiNormal"
echo "=============================="
}