summaryrefslogtreecommitdiffstats
path: root/btc/mining/bin/cleanup_tmp
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2011-08-24 17:53:11 +0200
committermakefu <github@syntax-fehler.de>2011-08-24 17:53:11 +0200
commit9a2947575515fe070fb63e640007f4d4ed952f85 (patch)
tree63d2085927916eaa955e37255ee04cb54930d0a1 /btc/mining/bin/cleanup_tmp
parentbc901adc1441d6f11c53dacb5bbca7acdcf03361 (diff)
parent7c18a3d4e5897adb4ddd141aed261ce63daf1a10 (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, 0 insertions, 4 deletions
diff --git a/btc/mining/bin/cleanup_tmp b/btc/mining/bin/cleanup_tmp
deleted file mode 100755
index e1395b19..00000000
--- a/btc/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