mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-04 10:56:26 +02:00
Whitelist awk
This commit is contained in:
parent
4edbe1008d
commit
5d0ff6b69e
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ func Execute(res http.ResponseWriter, req *http.Request) {
|
||||||
"brainfuck", "bf",
|
"brainfuck", "bf",
|
||||||
"rust",
|
"rust",
|
||||||
"bash",
|
"bash",
|
||||||
|
"awk",
|
||||||
}
|
}
|
||||||
|
|
||||||
// check if the supplied language is supported
|
// check if the supplied language is supported
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue