Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@miya0001
Last active August 29, 2015 14:14
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 miya0001/1d12e66ae666706c22bd to your computer and use it in GitHub Desktop.
Save miya0001/1d12e66ae666706c22bd to your computer and use it in GitHub Desktop.
VCCWにプラグインをインストールするシェルスクリプトの例
#!/usr/bin/env bash
set -ex
wp plugin install simple-map simple-share child-pages-shortcode --activate
wp plugin update --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment