So I have a proposal, couldn't we just replace him with this and save the taxpayer some money?
Just a thought.#!/bin/bash
EDM=/home/parliament/edms
NEW=`find $EDM -mtime -1`
for i in $NEW
do
`grep "Peter Bottomley" $i`
if [ $? != 0 ]
then
echo "Peter Bottomley" >> $i
fi
done
Note: Script is released under the GPL v3.
No comments:
Post a Comment