mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
add lisp to versions
This commit is contained in:
parent
6db1688a37
commit
94d6357c87
1 changed files with 4 additions and 0 deletions
|
@ -61,6 +61,10 @@ echo 'kotlin'
|
|||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "kotlinc -version 2>&1 | grep kotlin"
|
||||
echo '---'
|
||||
|
||||
echo 'lisp'
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "sbcl --version"
|
||||
echo '---'
|
||||
|
||||
echo 'lua'
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "lua -v"
|
||||
echo '---'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue