Created
December 1, 2015 03:45
-
-
Save j796160836/eac543c3eb052c1ae98d to your computer and use it in GitHub Desktop.
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/bash | |
| [ -d src/ ] || mkdir src | |
| for x in *.scpt; do | |
| osadecompile $x > src/${x/.scpt/}.applescript | |
| done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment