Created
July 20, 2021 07:57
-
-
Save intrip/fbe9540b7359aa665810b2eb64310881 to your computer and use it in GitHub Desktop.
Open in Chrome last release Asana
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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