mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 20:46:26 +02:00
manually add brainfuck version to piston
This commit is contained in:
parent
a0bb87055f
commit
47601eda51
1 changed files with 4 additions and 0 deletions
|
@ -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 '---'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue