summaryrefslogtreecommitdiffstats
path: root/mining/user/bin/cleanup_tmp
diff options
context:
space:
mode:
authorroot <root@chinaman.(none)>2011-07-08 17:24:48 +0200
committerroot <root@chinaman.(none)>2011-07-08 17:24:48 +0200
commite03dc47d843f4ee351f59528bed7d8d581f827f7 (patch)
tree5eafa7d59039974b0120c89ea300867fbdfc45c2 /mining/user/bin/cleanup_tmp
parent615f11da5f781e817d016afebed8ac26ed6c83e7 (diff)
mining: added archlinux cruise control
mining/Makefile: added archlinux cruise control (auto installer) which always does the right thing. loosely after http://rubyists.github.com/2011/06/08/how-to-build-a-namecoin-or-bitcoin-miner-in98-easy-steps.html mining/{user/,}/bin:renamed mining/bin/newkey.sh: add policy Xorg keygen
Diffstat (limited to 'mining/user/bin/cleanup_tmp')
-rwxr-xr-xmining/user/bin/cleanup_tmp4
1 files changed, 0 insertions, 4 deletions
diff --git a/mining/user/bin/cleanup_tmp b/mining/user/bin/cleanup_tmp
deleted file mode 100755
index e1395b19..00000000
--- a/mining/user/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