eval: limit docker output to not run out of memory

This commit is contained in:
1computer1 2020-06-07 03:43:41 -04:00
parent c57a563ea3
commit 1996ab90ca
27 changed files with 29 additions and 28 deletions

View file

@ -1,3 +1,3 @@
echo "%% -*- erlang -*-" > program.erl
printf %s "$1" >> program.erl
cat >> program.erl
escript program.erl || true