5 lines
144 B
Bash
Executable File
5 lines
144 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
|
|
cargo $(basename $0) "${@:1}"
|