6 lines
177 B
Bash
Executable File
6 lines
177 B
Bash
Executable File
#!/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}"
|