finish adding kotlin and perl

This commit is contained in:
Brian Seymour 2020-06-04 20:01:21 -05:00
parent f42462cb41
commit e1f1e6b3c5
8 changed files with 25 additions and 4 deletions

View file

@ -78,6 +78,9 @@ case "$lang" in
"node" | "js" | "javascript")
bin=node
;;
"perl")
bin=perl
;;
"php")
bin=php
;;