Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'wpmu'

1494917 - Batch upgrade script for multipl: shell wordpress wpmu
  1. #!/bin/bash
  2.  
  3. # Change the following variable to your own path.
  4. # Assumes all wp installs within the following directory are
  5. # svn checkouts from http://svn.automattic.com/wordpress
  6. BASE_PATH="/path/to/the/directory/containing/all/your/wp/installs"
  7.  
  8. # Automattic SVN repos (uncomment the one you want, wp or wpmu)
  9.  
1395059 - Batch upgrade script for multipl: shell wordpress wpmu
  1. #!/bin/bash
  2.  
  3. # Change the following variable to your own path.
  4. # Assumes all wp installs within the following directory are
  5. # svn checkouts from http://svn.automattic.com/wordpress
  6. BASE_PATH="/path/to/the/directory/containing/all/your/wp/installs"
  7.  
  8. # Automattic SVN repos (uncomment the one you want, wp or wpmu)
  9.  
worth-right