diff options
author | makefu <makefu@syntax-fehler.de> | 2011-07-11 14:47:11 +0200 |
---|---|---|
committer | makefu <makefu@syntax-fehler.de> | 2011-07-11 14:47:11 +0200 |
commit | 7c485dd884fe812d114df55e62071c125b6d6cd6 (patch) | |
tree | e25203d8a68c30b6b97f420230b18b98fa4e601c /mining/bin/cleanup_tmp | |
parent | bc79f905a3437b767dffcc83ea570efea4e5c10c (diff) | |
parent | b95bc0963f5be17a45600ac4750a721b1ed30e4d (diff) |
Merge of github.com:krebscode/painload newline
Conflicts:
temper/Makefile: stupid newline
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 |