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 | 2f791c20ae45e7030c1b27d65f69186309a8ef8c (patch) | |
tree | 51a75164913e4d2caa424a5c7f118e12e31b1c45 /btc/mining/user/bin/cleanup_tmp | |
parent | efc72df0e8a8115741e60bffed6e5854a43b5b38 (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 'btc/mining/user/bin/cleanup_tmp')
-rwxr-xr-x | btc/mining/user/bin/cleanup_tmp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/btc/mining/user/bin/cleanup_tmp b/btc/mining/user/bin/cleanup_tmp deleted file mode 100755 index e1395b19..00000000 --- a/btc/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 |