#!/bin/bash cd /opt/mozbuildhm export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH" url=${1:-"https://google.com"} ./qmlMozEmbedTest "$url"