Home » Fun scripts » Linux » Scripting » Linux script to create colorful 2013 on the terminal Hasan Basri 4:06 PM 0 comments Fun scripts Linux Scripting Linux script to create colorful 2013 on the terminal Here is a script with which you can create the number 2013, on your terminal using any character of your choice. The colors of the numbers will change randomly on every run of hte script. 2013.sh: #!/bin/bash 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 2013.sh, give it execute permissions and execute it. $ chmod 777 2013.sh $ ./2013.sh What character do you want to use * You sholud see some thing like this on the terminal Share: Facebook Twitter Google+ StumbleUpon Digg Delicious LinkedIn Reddit Technorati
0 comments:
Post a Comment