Skip to content

Instantly share code, notes, and snippets.

@emptyflash
Created January 16, 2017 22:10
Show Gist options
  • Save emptyflash/ac78c052b90b58ed1195b5f3f7ea3edf to your computer and use it in GitHub Desktop.
Save emptyflash/ac78c052b90b58ed1195b5f3f7ea3edf to your computer and use it in GitHub Desktop.
Make escape magic
deploy:
eval echo [$$(printf '%q' $$(cat apps/$(app).json) | sed 's/\\\$$/$$/g' | sed 's/\$$\$$/\\$$/g')]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment