#!/bin/bash

wp comment delete $(wp comment list --status=spam --format=ids --path=/var/www/html) --path=/var/www/html
