#!/bin/sh
if xdg-open /usr/share/wscript/dist/index.html ; then
  continue
else
  echo "Open the following link in your browser: file:///usr/share/wscript/dist/index.html"
fi
