Files
chromebrew/tests/package/e/elixir
2026-01-10 01:49:30 +00:00

7 lines
159 B
Bash
Executable File

#!/bin/bash
# 2>&1 is needed since help output is redirected to stderr.
elixir -h 2>&1 | head
elixirc -h 2>&1 | head
iex -h 2>&1 | head
elixir --short-version