Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tiesmaster/3891881 to your computer and use it in GitHub Desktop.
Save tiesmaster/3891881 to your computer and use it in GitHub Desktop.
Adds magikc files for missing *.magik files.
find . -name '*.magikc' -type f -exec sh -c '[ ! -f `file={}; echo ${file%c}` ] && git add -f {}' \; |head
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment