mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 12:36:28 +02:00
Add elixir version and alias
This commit is contained in:
parent
767b37fa46
commit
5cde78c41f
2 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,9 @@ echo '---'
|
|||
echo 'julia'
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "julia --version"
|
||||
echo '---'
|
||||
echo "elixir"
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "elixir --version"
|
||||
echo "---"
|
||||
echo 'nasm'
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "nasm -version"
|
||||
echo '---'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue