6 lines
59 B
Bash
Executable File
6 lines
59 B
Bash
Executable File
#!/bin/sh
|
|
rm -rf cache
|
|
rm -rf log
|
|
rm -f *.csv
|
|
rm -f *.html
|