#!/bin/bash

cd /usr/var/www/html/openwrt
find kamikaze* midge/ -name "ow*" | xargs rm
echo "Delete done"
