summaryrefslogtreecommitdiffstats
path: root/btc/mining/bin/cleanup_tmp
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2011-08-07 17:33:14 +0200
committermakefu <github@syntax-fehler.de>2011-08-07 17:33:14 +0200
commit4a540ca80b6288d8f2ae9af13c4efde95b0a01e7 (patch)
tree24c0d258384f8487fa3f274c2ba7d771d4ecca2b /btc/mining/bin/cleanup_tmp
parentc282ed39d512e92a26370497792362159b23dae5 (diff)
parentd29aa166348fd3fdb309f4038ad9216652334bb4 (diff)
Merge branch 'master' of github.com:krebscode/painload
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