This commit is contained in:
Brian Seymour 2021-01-23 15:15:00 -06:00
parent e5a91bb71c
commit c452d37b42
5 changed files with 34 additions and 1 deletions

View file

@ -33,7 +33,7 @@ echo "elixir"
lxc-attach --clear-env -n piston -- /bin/bash -l -c "elixir --version"
echo '---'
echo 'd'
echo 'd'
lxc-attach --clear-env -n piston -- /bin/bash -l -c "dmd --version"
echo '---'
@ -124,3 +124,7 @@ echo '---'
echo 'typescript'
lxc-attach --clear-env -n piston -- /bin/bash -l -c "tsc --version"
echo '---'
echo 'zig'
lxc-attach --clear-env -n piston -- /bin/bash -l -c "zig version"
echo '---'