Categories
Dairy

2011-12-4

#! /bin/sh
echo “Please choose a dairy name: ”
read _name
gedit $(find /home/ms -name $_name)
exit 0

Leave a Reply