Advertisement
Cesar_Biker

Àngel Mariages best script ever

Dec 1st, 2015
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.55 KB | None | 0 0
  1. #!/bin/bash
  2. # Fitxer:       laal.sh
  3. # Autor:        iam39418281
  4. # Data:         01/12/2015 18:13:33
  5. # Versió:      0.1
  6. # Llicència:   This is free software, licensed under the GNU General Public License v3.
  7. #               See http://www.gnu.org/licenses/gpl.html for more information.
  8. # Descripció:  Jeje tot guai i xulo!
  9.  
  10. c=("\e[38;5;9m" "\e[38;5;10m" "\e[38;5;11m" "\e[38;5;13m" "\e[38;5;14m")
  11.  
  12. while true; do
  13.     for((x=0; x < 5; x++)); do
  14.         echo -e "${c[x]}"
  15.         for((i=0; i < 80; i++ )); do
  16.             for((j=0; j < 80; j++ )); do
  17.                 echo -n "e"
  18.             done
  19.             echo ""
  20.         done
  21.     done
  22. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement