mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-07 10:46:27 +02:00
piston improvements. adds version endpoint, new execution output, awk language support, and installs all dependencies directly when possible and avoids apt unless not possible
This commit is contained in:
parent
f6af99bbee
commit
8fcdec7275
7 changed files with 143 additions and 85 deletions
3
tests/test.awk
Normal file
3
tests/test.awk
Normal file
|
@ -0,0 +1,3 @@
|
|||
good
|
||||
___code___
|
||||
{ print }
|
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo 'testing awk'
|
||||
../lxc/execute awk test.awk
|
||||
echo 'testing c'
|
||||
../lxc/execute c test.c
|
||||
echo 'testing cpp'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue