Add jelly

This commit is contained in:
Vrganj 2020-10-17 19:56:02 +02:00
parent 6d580981e4
commit be8e301b44
4 changed files with 13 additions and 0 deletions

View file

@ -45,6 +45,10 @@ echo 'java'
lxc-attach --clear-env -n piston -- /bin/bash -l -c "java -version"
echo '---'
echo 'jelly'
echo '1.0.0'
echo '---'
echo 'julia'
lxc-attach --clear-env -n piston -- /bin/bash -l -c "julia --version"
echo '---'