mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 20:46:26 +02:00
add missing directive for bash in executor
This commit is contained in:
parent
e06eff955f
commit
d8f474ef26
1 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,9 @@ case "$lang" in
|
||||||
"rust")
|
"rust")
|
||||||
bin=rust
|
bin=rust
|
||||||
;;
|
;;
|
||||||
|
"bash")
|
||||||
|
bin=bash
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo "invalid language"
|
echo "invalid language"
|
||||||
exit
|
exit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue