mirror of https://github.com/fengyuhetao/shell.git
6 lines
55 B
Bash
6 lines
55 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# 清除日志
|
||
|
|
||
|
cat /dev/null > [Logname]
|