Skip to content

Instantly share code, notes, and snippets.

@intrip
Created July 20, 2021 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save intrip/fbe9540b7359aa665810b2eb64310881 to your computer and use it in GitHub Desktop.
Save intrip/fbe9540b7359aa665810b2eb64310881 to your computer and use it in GitHub Desktop.
Open in Chrome last release Asana
head -n 100 CHANGELOG.md | ruby -e 'a = ARGF.to_a; e = a.find_index { |x| x =~ /^\s*\n$/ }; puts a[2..e]' | ruby -e 'puts ARGF.map { |l| l =~ /(https:\/\/app\.asana.*)\n/ && $1 }.compact' | xargs open -a "Google Chrome"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment