add prolog language support

This commit is contained in:
TitouanT 2021-02-14 17:19:45 +01:00
parent 0c4c6e7ad5
commit d805f1a46e
6 changed files with 39 additions and 0 deletions

View file

@ -105,6 +105,10 @@ echo 'php'
lxc-attach --clear-env -n piston -- /bin/bash -l -c "php -v"
echo '---'
echo 'prolog'
lxc-attach --clear-env -n piston -- /bin/bash -l -c "swipl --version"
echo '---'
echo 'python2'
lxc-attach --clear-env -n piston -- /bin/bash -l -c "python -V"
echo '---'