add missing directive for bash in executor
This commit is contained in:
parent
e06eff955f
commit
d8f474ef26
|
@ -87,6 +87,9 @@ case "$lang" in
|
|||
"rust")
|
||||
bin=rust
|
||||
;;
|
||||
"bash")
|
||||
bin=bash
|
||||
;;
|
||||
*)
|
||||
echo "invalid language"
|
||||
exit
|
||||
|
|
Loading…
Reference in New Issue