poc: add tester to eval example

This commit is contained in:
pancho horrillo
2019-05-27 16:41:47 +02:00
parent 0938fc225e
commit f091f3c566
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env sh
curl -X POST --data-binary @- http://localhost:8080/eval <<EOF
touch /tmp/kapow_was_here
EOF
echo 'Proof of success:'
ls -l /tmp/kapow_was_here