圣诞树
摘要:
#!/bin/bash trap "tput reset; tput cnorm; exit" 2 clear tput civis lin=2 col=$(($(tput cols) / 2)) c=$((col-1)) est=$((c-2)) color=0 tput setaf 2; tput bold # Tree for ((i=1; i<20; i+=2)) { tput... 阅读全文
posted @ 2018-12-25 19:26
我和你并没有不同
阅读(215)
评论(0)
推荐(0)
浙公网安备 33010602011771号