add missing directive for bash in executor

This commit is contained in:
Brian Seymour 2019-06-10 23:58:32 -05:00
parent e06eff955f
commit d8f474ef26
1 changed files with 3 additions and 0 deletions

View File

@ -87,6 +87,9 @@ case "$lang" in
"rust")
bin=rust
;;
"bash")
bin=bash
;;
*)
echo "invalid language"
exit