Skip to content

Instantly share code, notes, and snippets.

@flydev-fr
Last active February 4, 2019 12:39
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 flydev-fr/addcf54fa8348de20115d3c1314ddb3d to your computer and use it in GitHub Desktop.
Save flydev-fr/addcf54fa8348de20115d3c1314ddb3d to your computer and use it in GitHub Desktop.
Wireshell - grab and install the latest ProcessWire development version from the last commit.
# ProcessWire Wireshell bash alias
# grab and install the latest ProcessWire development version from the latest commit
alias pwnew='wireshell new --sha=`git ls-remote https://github.com/processwire/processwire refs/heads/dev | cut -f1`'
# upgrade to the latest ProcessWire development version from the latest commit
alias pwup='wireshell upgrade --sha=`git ls-remote https://github.com/processwire/processwire refs/heads/dev | cut -f1`'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment