diff options
author | tv <tv@also> | 2011-08-06 03:09:28 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-08-06 03:09:28 +0200 |
commit | 881cc875938fa775744ba26cbb718e5d7f783876 (patch) | |
tree | 13ec0dad44942254ed4b32b79730c9f96ce93398 /mining/bin/cleanup_tmp | |
parent | f80af89ad16a1107532456b21eb5a75b39cbade1 (diff) | |
parent | 6ead6dc58a2d7eeb6800a9f232e2272e74c37549 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'mining/bin/cleanup_tmp')
-rwxr-xr-x | mining/bin/cleanup_tmp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mining/bin/cleanup_tmp b/mining/bin/cleanup_tmp new file mode 100755 index 00000000..e1395b19 --- /dev/null +++ b/mining/bin/cleanup_tmp @@ -0,0 +1,4 @@ +#! /bin/sh +ls -lAtr /tmp/ | sed -rn ' + /\.so$/{$!{s/.* ([A-Za-z0-9]+\.so)$/rm -v \/tmp\/\1/p}} +' | sudo sh |