On Sat, Jul 5, 2014 at 7:19 PM, Matt Welland <estifo...@gmail.com> wrote:

> I'd also like to automatically say "Y" to the question of storing the
> password and I don't see any way to do that either.
>

For apps which take their input from stdin (like fossil) it's normally
possibly to do that like:

echo "Y" | ... the app

or:

yes | the app

The first one seems to work for me:

[odroid@host:~/tmp]$ echo Y | fossil clone
http://xxxxxxx...@fossil.wanderinghorse.net/repos/cwal/index.cgi foo.fsl
Round-trips: 2   Artifacts sent: 0  received: 5055
Clone finished with 600 bytes sent, 4324286 bytes received
...


-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to