#!/bin/bash $@ sed -i "s,\${URL},${URL}," scripts/script.js if [ -z "$@" ]; then nginx -g "daemon off;" else $@ fi