Linux World
Pages
(Move to ...)
Home
Programming
Computer Architecture
Tit Bits
Trouble Shoot
Kernel Related
Quizzes
Linux Tips
▼
Create animated 2019 on terminal
The above animation can be generated on the termnal using the following script.
#!/bin/bash #create 2017 on terminal using any user specified character 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
Save the script as 2019.sh and run on the terminal to generate the animation.
1 comment:
Carlsen
June 22, 2019 at 8:02 AM
Linux tutorial
Reply
Delete
Replies
Reply
Add comment
Load more...
‹
›
Home
View web version
Linux tutorial
ReplyDelete