feat: add an ascii art at the end of build step

This commit is contained in:
Nasir Hossain 2024-02-16 12:33:09 +06:00
parent f98a4e2a26
commit 02bb7d77ae

View File

@ -56,3 +56,11 @@ sudo mount dist/boot/boot.img dist/mnt
set -e
sudo umount dist/mnt
sudo rmdir dist/mnt
# The image is ready to be used
echo " ___ ___ ___ ";
echo " | __|__ _ / _ \/ __|";
echo " | _|/ _\` | (_) \__ \";
echo " |___\__, |\___/|___/";
echo " |___/ ";
echo "Is Built Successfully!";