summaryrefslogtreecommitdiffstats
path: root/mining/bin/cleanup_tmp
diff options
context:
space:
mode:
authortv <tv@also>2011-08-06 03:09:45 +0200
committertv <tv@also>2011-08-06 03:09:45 +0200
commitd0ba20271209f7bb80cec787f9d22b22844ff696 (patch)
tree5bb062a8bb8cadac19890d4e51a55706d1cea088 /mining/bin/cleanup_tmp
parentd6543eaf0858cc685bc5776fb018e8a04b5ab4d8 (diff)
${btc-stuff} -> btc/
Diffstat (limited to 'mining/bin/cleanup_tmp')
-rwxr-xr-xmining/bin/cleanup_tmp4
1 files changed, 0 insertions, 4 deletions
diff --git a/mining/bin/cleanup_tmp b/mining/bin/cleanup_tmp
deleted file mode 100755
index e1395b19..00000000
--- a/mining/bin/cleanup_tmp
+++ /dev/null
@@ -1,4 +0,0 @@
-#! /bin/sh
-ls -lAtr /tmp/ | sed -rn '
- /\.so$/{$!{s/.* ([A-Za-z0-9]+\.so)$/rm -v \/tmp\/\1/p}}
-' | sudo sh