mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
Add dash
This commit is contained in:
parent
b64598763d
commit
e9f85c4eee
5 changed files with 17 additions and 0 deletions
|
@ -29,6 +29,10 @@ echo "elixir"
|
|||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "elixir --version"
|
||||
echo '---'
|
||||
|
||||
echo 'dash'
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "dpkg -s dash"
|
||||
echo '---'
|
||||
|
||||
echo 'deno'
|
||||
lxc-attach --clear-env -n piston -- /bin/bash -l -c "deno --version"
|
||||
echo '---'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue