Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# WP-CLI scripts
This is a collection of BASH 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.

Each script does a basic task over an entire multisite WordPress installation.
Each script does a basic task over an entire multisite or single site WordPress installation.

# Usage
Clone this repo anywhere you'd like. Configure the path in `source/config.sh`. Run the script of your choice.
## Usage
Clone this repo anywhere you'd like. Configure the path to your WordPress installation in `source/config.sh`. Run the script of your choice.

## Requirements

* Bash 4+
Loading