1#!/bin/sh
2echo "running $@"
3cat $1 | sed -e s/o/0/g > /tmp/f
4mv /tmp/f $1
5