figlet
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Lulzette 2022-01-13 03:24:53 +00:00
parent cb74515424
commit 4c9150ea79

View File

@ -1,5 +1,14 @@
#!/bin/bash #!/bin/bash
echo -e "
__ __ __
/ /__ __ / /_ ___ / /___ ___ _____
/ __/ | /| / / ______ / __ \/ _ \/ / __ \/ _ \/ ___/
/ /_ | |/ |/ / /_____/ / / / / __/ / /_/ / __/ /
\__/ |__/|__/ /_/ /_/\___/_/ .___/\___/_/
/_/
"
echo "- Load:" echo "- Load:"
nproc=`nproc` nproc=`nproc`