mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
* Erlang 28.3 => 28.3.1 * update-erlang: Package File Update Run on linux/amd64 container. * update-erlang: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: Ed Reel <edreel@gmail.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
9 lines
126 B
Bash
Executable File
9 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
dialyzer -h | head
|
|
dialyzer -v
|
|
epmd -h 2>&1 | head
|
|
erlc -help 2>&1 | head
|
|
to_erl -h 2>&1
|
|
typer -h | head
|
|
typer -v
|