On Jun 11, 2010, at 12:35 PM, Justin Sloan wrote: > Hello All, > > I am trying to run a shell() command in revStudio in order to execute some > terminal commands as the superuser on a Mac. An Ubuntu terminal will accept > the superuser password using a pipe, such as "pass | sudo -S command", but > Mac's terminal will not accept the password on the same line. > > Is there a way to run multiple commands from a single rev shell() call? Or, > can I somehow followup a shell() call with the password?
I went to http://www.mail-archive.com/[email protected]/info.html In the search field I put: multiple shell commands os x It returned a few items that might be of help for you, at least worth a try: ----------- As an alternative solution, one could use multiple shell commands separated by a semi-colon: get shell("cd /etc/ ; ls") ----------- atb, sims _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
