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
commit9c264eba1beedbb500c1f7ab4298c7f37d41e398 (patch)
tree4d9489acf2b59b120fecfe596b9f58dc52f92eca /mining/bin/cleanup_tmp
parent1fb1fe4d863a38c42688afa35923e8a384210f64 (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