#!/bin/bash

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


