mirror of
https://github.com/luizeof/dockerpress.git
synced 2026-06-19 07:37:10 +00:00
4 lines
119 B
Bash
4 lines
119 B
Bash
#!/bin/bash
|
|
|
|
wp comment delete $(wp comment list --status=spam --format=ids --path=/var/www/html) --path=/var/www/html
|