Skip to content

Instantly share code, notes, and snippets.

@ko31
Created April 12, 2018 06:28
Show Gist options
  • Save ko31/f1d77d57e8505aabd250c4ae49130feb to your computer and use it in GitHub Desktop.
Save ko31/f1d77d57e8505aabd250c4ae49130feb to your computer and use it in GitHub Desktop.
VCCWにプラグインをインストールするシェルスクリプトサンプル
#!/usr/bin/env bash
set -ex
wp plugin install wp-multibyte-patch logbook --activate
wp plugin update --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment