Skip to content

Instantly share code, notes, and snippets.

@onokatio
Created October 30, 2017 11:26
Show Gist options
  • Save onokatio/e8d5ee0058fe6a5976ab89095f2cae8b to your computer and use it in GitHub Desktop.
Save onokatio/e8d5ee0058fe6a5976ab89095f2cae8b to your computer and use it in GitHub Desktop.
qiitaのapiから取ってきたjsonを整形して過去記事botに食わせる
for i in {0..37};do echo -n '【過去記事Bot】 ';jq -r .[$i].title myfeed|tr -d '\n';echo -n ' ';jq -r .[$i].url myfeed;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment