Is there a way (or are there plans) to pass parameters to a twill script? For instance I would like to pass to the script the URL to start with; for instance it could be http://my-site-devel.com or http://my-site-test.com or http://my-site-prod.com.
I would expect a bash-like syntax: $ cat test.twill go $1 echo 'done!' $ twill-sh test.twill http://my-site-devel.com _______________________________________________ twill mailing list [email protected] http://lists.idyll.org/listinfo/twill
