Delete `test.rake` file.

This commit is contained in:
Kazuhiro MUSASHI 2019-04-20 14:27:18 +08:00
parent 82dffcdc73
commit 5b797ab092
1 changed files with 0 additions and 11 deletions

View File

@ -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