mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 05:26:28 +02:00
parent
0c4c6e7ad5
commit
0e2131eb1d
6 changed files with 39 additions and 0 deletions
|
@ -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 '---'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue