add missing directive for bash in executor
This commit is contained in:
parent
e06eff955f
commit
d8f474ef26
|
@ -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…
Reference in New Issue