mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-07 22:54:11 -05:00
7 lines
138 B
Bash
Executable File
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
|