Guest User

Untitled

a guest
Jan 16th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. LINE=
  2. TEMP=-
  3. ii=$((`tput cols` << 1))
  4. while [ $((ii >>= 1)) != 0 ]; do
  5.     [ $((ii & 1)) != 0 ] && LINE=$LINE$TEMP
  6.     TEMP=$TEMP$TEMP
  7. done
Add Comment
Please, Sign In to add comment