#!/usr/bin/env bash lsc --no-header -bco web/static/ web/src/script.ls || exit 1 npx sass --no-source-map web/src/style.scss web/static/style.css || exit 2 rustfmt src/*.rs || exit 3 cargo $(basename $0) "${@:1}"