mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-13 09:49:11 +03:00
7 lines
169 B
Bash
Executable File
7 lines
169 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# https://vaneyckt.io/posts/safer_bash_scripts_with_set_euxo_pipefail/
|
|
set -euxo pipefail
|
|
|
|
crates/repl_wasm/build-www.sh `pwd`/roc_repl_wasm.tar.gz
|