#!/bin/bash

chown -R http /etc/squidwall

#for i in `find . -type f`; do
# from="$i"
# to=`echo $i|iconv -f latin1 -t utf8`
# mv -f "$from" "$to"
#done
