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 | c1ac7524bdf08d1f9d5bbcb3f9b7cb979f76a8c6 (patch) | |
tree | d9dac054aa872f2319a9d5d736c74083d3a3751f /mining/bin/cleanup_tmp | |
parent | 881cc875938fa775744ba26cbb718e5d7f783876 (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 |