Files
chromebrew/tests/package/e/elixir
2025-12-15 21:45:18 +00:00

7 lines
138 B
Bash
Executable File

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