diff options
author | tv <tv@also> | 2011-08-06 03:09:45 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-08-06 03:09:45 +0200 |
commit | d0ba20271209f7bb80cec787f9d22b22844ff696 (patch) | |
tree | 5bb062a8bb8cadac19890d4e51a55706d1cea088 /mining/bin/cleanup_tmp | |
parent | d6543eaf0858cc685bc5776fb018e8a04b5ab4d8 (diff) |
${btc-stuff} -> btc/
Diffstat (limited to 'mining/bin/cleanup_tmp')
-rwxr-xr-x | mining/bin/cleanup_tmp | 4 |
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 |