manually add brainfuck version to piston

This commit is contained in:
Brian Seymour 2020-10-25 12:40:53 -05:00
parent a0bb87055f
commit 47601eda51
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ echo 'bash'
lxc-attach --clear-env -n piston -- /bin/bash -l -c "bash --version"
echo '---'
echo 'brainfuck'
echo '1.0.0'
echo '---'
echo 'c'
lxc-attach --clear-env -n piston -- /bin/bash -l -c "gcc -v"
echo '---'