Say I write a bash script to do this
#!/bin/bash
vulcan build -v -s .-c "./configure --enable-static etc.. etc..
The output of this command includes
->> Downloading build artifacts to
(available at http://myapp.herokuapp.com/{guid}
How would I parse this response that displays on the terminal to capture this url?