Fix typo
This commit is contained in:
parent
23ec704bef
commit
1c476be329
2 changed files with 1 additions and 1 deletions
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 39 KiB |
|
@ -32,7 +32,7 @@ for ((i=1; i<=2; i++))
|
|||
|
||||
tput setaf 1; tput bold
|
||||
tput cup $lin $((c - 6)); echo MERRY CHRISTMAS
|
||||
tput cup $((lin + 1)) $((c - 10)); echo And lots of CODE on 2015
|
||||
tput cup $((lin + 1)) $((c - 10)); echo And lots of CODE in 2015
|
||||
let c++
|
||||
k=1
|
||||
|
||||
|
|
Loading…
Reference in a new issue