Skip to main content
deleted 2 characters in body
Source Link
BabyBoy
  • 1.1k
  • 2
  • 15
  • 28

This little script might be useful for small tasks.

Copy & Paste in the Terminal

alias timer='for i in `seq 1 65535`; do sleep 1s; clear; echo $i $( echo Seconds ) ; ;done' 

Type timer

This little script might be useful for small tasks.

Copy & Paste in the Terminal

alias timer='for i in `seq 1 65535`; do sleep 1s; clear; echo $i $( echo Seconds ) ; ;done' 

Type timer

This little script might be useful for small tasks.

Copy & Paste in the Terminal

alias timer='for i in `seq 1 65535`; do sleep 1s; clear; echo $i $( echo Seconds ) ;done' 

Type timer

Source Link
BabyBoy
  • 1.1k
  • 2
  • 15
  • 28

This little script might be useful for small tasks.

Copy & Paste in the Terminal

alias timer='for i in `seq 1 65535`; do sleep 1s; clear; echo $i $( echo Seconds ) ; ;done' 

Type timer