Mercurial > rsstweet
view bin/rake @ 174:d35dbc09bd83
Less double escaping for actual content
Ends up rather confusing.
| author | nanaya <me@nanaya.pro> | 
|---|---|
| date | Thu, 09 Aug 2018 19:31:22 +0900 | 
| parents | 97a6973e9d94 | 
| children | 2335107f35d0 | 
line wrap: on
 line source
#!/usr/bin/env ruby require_relative '../config/boot' require 'rake' Rake.application.run
