6 lines
43 B
Bash
6 lines
43 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# 隐藏光标
|
||
|
tput civis
|
||
|
|
||
|
cal
|