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
commit7c485dd884fe812d114df55e62071c125b6d6cd6 (patch)
treee25203d8a68c30b6b97f420230b18b98fa4e601c /mining/bin/cleanup_tmp
parentbc79f905a3437b767dffcc83ea570efea4e5c10c (diff)
parentb95bc0963f5be17a45600ac4750a721b1ed30e4d (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