Guest User

Untitled

a guest
Sep 2nd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $ export DB=my_wpdb
  2. $ export USER=dbuser
  3. $ export PASS=dbpass
  4. $ ruby -r './_import/wordpress.rb' -e 'Jekyll::WordPress.process("#{ENV["DB"]}", "#{ENV["USER"]}", "#{ENV["PASS"]}")'
Add Comment
Please, Sign In to add comment