Skip to content

Instantly share code, notes, and snippets.

@j796160836
Created December 1, 2015 03:45
Show Gist options
  • Select an option

  • Save j796160836/eac543c3eb052c1ae98d to your computer and use it in GitHub Desktop.

Select an option

Save j796160836/eac543c3eb052c1ae98d to your computer and use it in GitHub Desktop.
#!/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