Current section
Files
Jump to
Current section
Files
src/esgleam@install.erl
-module(esgleam@install).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export([main/0]).
-spec main() -> nil.
main() ->
_ = simplifile:create_directory(<<"./build/dev/bin"/utf8>>),
esgleam@internal:exec_shell(
<<"curl -fsSL https://esbuild.github.io/dl/latest | sh"/utf8>>,
<<"./build/dev/bin"/utf8>>
).