Home » fun » Christmas bell on linux terminal Hasan Basri 5:04 PM 0 comments fun Christmas bell on linux terminal Run the following script to generate a bell on the linux terminal. #!/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 Run the script as follows $ chmod 777 bell.sh $ ./bell.sh What character do you want to use * Choose the size of the bell, enter a number 10 Share: Facebook Twitter Google+ StumbleUpon Digg Delicious LinkedIn Reddit Technorati
0 comments:
Post a Comment