#!/bin/sh
PATH=/bin:$PATH
export PATH

rm -f /opt/egurkha/tmp/$2
file=$1/$2
sed 's/
//' $file > /opt/egurkha/tmp/$2
mv /opt/egurkha/tmp/$2 $file
