blob: 3f88c8e8e43a587c809de6431f014639d583c98f [file] [log] [blame]
#!/bin/bash
PKG=wskdebug-examples
wsk package update $PKG
wsk action update $PKG/webaction webaction.js --web true
url=$(wsk action get $PKG/webaction --url | tail -n1)
open -a "Google Chrome" $url