Skip to content

Instantly share code, notes, and snippets.

@adamsilverstein
Created April 9, 2019 22:24
Show Gist options
  • Save adamsilverstein/3721ea995d55b419776695e4defb84b3 to your computer and use it in GitHub Desktop.
Save adamsilverstein/3721ea995d55b419776695e4defb84b3 to your computer and use it in GitHub Desktop.
for i in {1..100}
do
wp site create --slug=site-$i
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment