On Wed, May 11, 2011 at 12:23 PM, Vijay Kumar B. <[email protected]> wrote:
> > I am bit late with the reply, Better late than never :) > but I guess I have a not so bad solution. > The following script uses HAL to do the trick. It is a great solution. > if [ $bus == usb ]; then Minor correction, the above line s/b if [ "$bus" = "usb" ]; then -- Arun Khan A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
