Last active
April 9, 2020 03:00
-
-
Save tooolbox/2d9314372d06fd6c923aee00f9854756 to your computer and use it in GitHub Desktop.
Script for launching Chime from the command line
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
#! /bin/sh | |
# Copy to /usr/local/bin/chime | |
# Use: | |
# cd my-project | |
# chime . | |
open -a /Applications/Chime.app/Contents/MacOS/Chime $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment