mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
ts support
This commit is contained in:
parent
460e393772
commit
8833d4f488
6 changed files with 16 additions and 2 deletions
|
@ -90,6 +90,9 @@ case "$lang" in
|
|||
"bash")
|
||||
bin=bash
|
||||
;;
|
||||
"typescript" | "ts")
|
||||
bin=typescript
|
||||
;;
|
||||
*)
|
||||
echo "invalid language"
|
||||
exit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue