summaryrefslogtreecommitdiffstats
path: root/mining/bin/cleanup_tmp
diff options
context:
space:
mode:
authormakefu <makefu@syntax-fehler.de>2011-07-11 14:47:11 +0200
committermakefu <makefu@syntax-fehler.de>2011-07-11 14:47:11 +0200
commite6320f45061f8ee8214a4e69603f1ff8e1275423 (patch)
tree4a88ed06b196f0f2138c577528e297fb97b27c10 /mining/bin/cleanup_tmp
parente90a65963e4a3feb9531fdbce2dc464556fd339d (diff)
parent048a1ed5f083a24c6016a76e464d2005bfc1cd43 (diff)
Merge of github.com:krebscode/painload newline
Conflicts: temper/Makefile: stupid newline
Diffstat (limited to 'mining/bin/cleanup_tmp')
-rwxr-xr-xmining/bin/cleanup_tmp4
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