transient-example/mklink.sh
Yann Esposito (Yogsototh) 25330a860b
initial commit
2016-08-10 20:48:38 +02:00

7 lines
188 B
Bash
Executable file

#!/usr/bin/env bash
dst=static/out.jsexe
\rm -rf $dst
[[ ! -d static ]] && mkdir static
ln -s ../$(stack --stack-yaml stack-ghcjs.yaml path --dist-dir)/build/wse-exe/wse-exe.jsexe/ $dst