fix install instructions

This commit is contained in:
Brian Seymour 2020-10-17 13:57:26 -05:00
parent e7acd00aa0
commit a7fdbca30b
7 changed files with 19 additions and 6 deletions

View file

@ -66,9 +66,15 @@ case "$lang" in
"go")
bin=go
;;
"haskell" | "hs")
bin=haskell
;;
"java")
bin=java
;;
"jelly")
bin=jelly
;;
"julia" | "jl")
bin=julia
;;
@ -120,9 +126,6 @@ case "$lang" in
"typescript" | "ts")
bin=typescript
;;
"haskell" | "hs")
bin=haskell
;;
*)
echo "invalid language"
exit

0
lxc/executors/brainfuck Normal file → Executable file
View file

0
lxc/executors/deno Normal file → Executable file
View file

0
lxc/executors/haskell Normal file → Executable file
View file

0
lxc/executors/lua Normal file → Executable file
View file