From 5b797ab092577dab24a2134abb0285d8ae586024 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sat, 20 Apr 2019 14:27:18 +0800 Subject: [PATCH] Delete `test.rake` file. --- tasks/test.rake | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tasks/test.rake diff --git a/tasks/test.rake b/tasks/test.rake deleted file mode 100644 index 2d8d532..0000000 --- a/tasks/test.rake +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env rake - -desc 'test' -task :test do - cd 'content/post' do - sh 'grep -l ecx.images-amazon.com *.md | sort | uniq | xargs sed -ie "s/http:\/\/ecx.images-amazon.com/https:\/\/images-na.ssl-images-amazon.com/g"' - sh 'grep -l "http://www.amazon.co.jp/exec" *.md | sort | uniq | xargs sed -i -e "s/http:\/\/www.amazon.co.jp\/exec/https:\/\/www.amazon.co.jp\/exec/g"' - sh 'rm *.mde || true' - sh 'rm *.md-e || true' - end -end