Linux World
Pages
(Move to ...)
Home
Programming
Computer Architecture
Tit Bits
Trouble Shoot
Kernel Related
Quizzes
Linux Tips
▼
Create a countdown to 2019
Save the following script as countdown2019.sh
str_dwn() { rows=$1 s_start=$2 char=$4 str_st_row=$3 rows_end=$((str_st_row+rows)) for((i=str_st_row;i
Run the script as
bash countdown2019.sh
It should generate a countup from 2016,2017,2018 and 2019 on the terminal with random colors made up of *.
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment