We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5397b0 commit fd64c1cCopy full SHA for fd64c1c
1 file changed
README.md
@@ -1,5 +1,7 @@
1
# WP-CLI scripts
2
-This is a collection of miscellaneous scripts that utilize [WP-CLI](https://wp-cli.org/), the command line interface for WordPress.
+This is a collection of BASH scripts that utilize [WP-CLI](https://wp-cli.org/), the command line interface for WordPress.
3
+
4
+Each script does a basic task over an entire multisite WordPress installation.
5
6
# Usage
-Clone this repo and configure the path in `source/config.sh`. Make the scripts executable as needed (i.e. `chmod +x wpcli-scripts/*.sh`).
7
+Clone this repo anywhere you'd like. Configure the path in `source/config.sh`. Run the script of your choice.
0 commit comments