Skip to content

Instantly share code, notes, and snippets.

@sergeyklay
Last active April 8, 2017 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergeyklay/ba528f27141ace8a7e11 to your computer and use it in GitHub Desktop.
Save sergeyklay/ba528f27141ace8a7e11 to your computer and use it in GitHub Desktop.
Phalcon IDE stubs: Convert zep to php
find . -type f -name "*.zep.php" | sed -e 'p' -E -e "s/.zep.php/.php/g" | xargs -n2 mv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment