airlock/dev/vanilla-elm-live.sh
iko 8168841cfa
%sink (#6)
* %sink

* Cleaned up code
2023-07-05 12:28:07 +03:00

8 lines
164 B
Bash
Executable File

#!/bin/sh
set -e
cd "$(dirname "$0")/../example"
nix run nixpkgs#elmPackages.elm-live -- src/Vanilla.elm --start-page=index.html -- --output=elm.js --debug "$@"