File size: 255 Bytes
95bc5d9
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

# removing only all executables from codes.
file -F: codes/* | grep "executable" | cut -d: -f1 | xargs rm

# clearing response files and logs
#truncate -s 0 bardcoder.log
truncate -s 0 response/content.md
truncate -s 0 response/response.json