File size: 181 Bytes
8d7ec14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash

cd /workspace
rm -rf output
rm -f out*.tar*
rm -f out*.zip*

cd *
rm -rf output
rm -f out*.tar*
rm -f out*.zip*

cd SD
rm -rf output

#sudo rm -rf /tmp/*
cd /workspace