summaryrefslogtreecommitdiffstats
path: root/btc/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
commit7f72421eb4037061fd44638c216e2f596f802757 (patch)
treee5dd92482d5d96a03d7af7829dd232fa05045a0e /btc/mining/bin/cleanup_tmp
parent193a046fd5fb3b7a1127fc2d3e1719a4fb0febac (diff)
parentc4fa2d31abbd1187468b90223c621860cb723db2 (diff)
Merge of github.com:krebscode/painload newline
Conflicts: temper/Makefile: stupid newline
Diffstat (limited to 'btc/mining/bin/cleanup_tmp')
-rwxr-xr-xbtc/mining/bin/cleanup_tmp4
1 files changed, 4 insertions, 0 deletions
diff --git a/btc/mining/bin/cleanup_tmp b/btc/mining/bin/cleanup_tmp
new file mode 100755
index 00000000..e1395b19
--- /dev/null
+++ b/btc/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