Skip to content

Instantly share code, notes, and snippets.

@kmwalsh
Created December 10, 2022 03:26
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 kmwalsh/f44a091213c1cbe23f5c481691afae09 to your computer and use it in GitHub Desktop.
Save kmwalsh/f44a091213c1cbe23f5c481691afae09 to your computer and use it in GitHub Desktop.
alias install-wp="curl -0 https://wordpress.org/latest.zip > latest.zip && unzip latest.zip && mv wordpress/* ./ && rm latest.zip && rm -r wordpress"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment