4 lines
33 B
Bash
Executable File
4 lines
33 B
Bash
Executable File
#!/bin/sh
|
|
rm -rf log
|
|
rm -f *.csv
|