#!/usr/bin/env bash lsc -bc --no-header -o static/ web-src/script.ls && \ npx sass web-src/style.scss static/style.css && \ rustfmt src/*.rs && \ cargo $(basename $0) "${@:1}"