Topic: Loading script
I am sure there are easier ways of doing this but if anyone wants a loading script for anything.
#!/bin/bash
clear
echo ""
echo ""
echo ""
echo " LOADING"
echo " ┌─────────────────────────────────────────────────────────────────────┐"
echo " ▓▓▓▓▓▓▓▓▓▓▓"
echo " └─────────────────────────────────────────────────────────────────────┘"
sleep 1s
clear
echo ""
echo ""
echo ""
echo " LOADING"
echo " ┌─────────────────────────────────────────────────────────────────────┐"
echo " ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓"
echo " └─────────────────────────────────────────────────────────────────────┘"
sleep 1s
clear
echo ""
echo ""
echo ""
echo " LOADING"
echo " ┌─────────────────────────────────────────────────────────────────────┐"
echo " ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓"
echo " └─────────────────────────────────────────────────────────────────────┘"
sleep 1s
clear
echo ""
echo ""
echo ""
echo " LOADING"
echo " ┌─────────────────────────────────────────────────────────────────────┐"
echo " ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓"
echo " └─────────────────────────────────────────────────────────────────────┘"
sleep 1s
clearLast edited by xeNULL (2011-08-08 23:48:35)