This file contains hidden or 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
git diff --name-only --diff-filter=d upstream/develop | grep '_spec.rb$' | xargs parallel_rspec -n 3 |
This file contains hidden or 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
-- 1.) Select folder in Outlook app | |
-- 2.) Open Script Editor | |
-- 3.) Paste the following into the editor and press play | |
tell application "Microsoft Outlook" | |
get selected folder | |
end tell |
OlderNewer