mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16: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")
|
||||
bin=rust
|
||||
;;
|
||||
"bash")
|
||||
bin=bash
|
||||
;;
|
||||
*)
|
||||
echo "invalid language"
|
||||
exit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue