diff options
author | root <root@chinaman.(none)> | 2011-07-08 17:24:48 +0200 |
---|---|---|
committer | root <root@chinaman.(none)> | 2011-07-08 17:24:48 +0200 |
commit | 6e87f54b0d9b704421c079d1124d006fb0660f96 (patch) | |
tree | ed16bbe7881255bf521a1a671e202923fc2e96bc /mining/user/bin/cleanup_tmp | |
parent | 7d0a872e905eef8dfc51770f4f56f4fb61f82147 (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-x | mining/user/bin/cleanup_tmp | 4 |
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 |