Skip to content

Instantly share code, notes, and snippets.

@ko31
Created May 16, 2015 06:51
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 ko31/17e6ea11524cac9d3908 to your computer and use it in GitHub Desktop.
Save ko31/17e6ea11524cac9d3908 to your computer and use it in GitHub Desktop.
【WPcalendar】データ更新シェルスクリプト
#!/bin/sh
cd /path/to/wordpress
wp export --dir=/path/to/wpcalendar --post_type=post --post_status=publish
cd /path/to/wpcalendar
node wpxml2json.js dbname.wordpress.`date +%Y-%m-%d`.0.xml > wp.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment