View Single Post
Old 08-11-2007   #3 (permalink)
c.dric
Agitator
 
c.dric's Avatar
 
Join Date: May 2007
Location: a pale blue dot
Posts: 635
Default Re: Enter a password automatically w/ bash script?

Quote:
Originally Posted by hairy_Palms View Post
i can only recommend what i use for sudo, i use
Code:
echo "password" | sudo -S insertcommandhere
which id guess for you would be
Code:
echo "password" | iu-vpn-ipsec start
that's good to know ... i was looking for a way to do that a few weeks ago.
I'm a simple man with complex tastes. (Calvin & Hobbes)
>> http://c.dric.be/gium >> http://bookmarks.c.dric.be/
c.dric is offline   Reply With Quote