You are not logged in.
Pages: 1
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)
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.