Script to start the server

This commit is contained in:
Tony Garnock-Jones 2016-12-07 10:06:49 +13:00
parent 132032b602
commit bf20d84935
1 changed files with 5 additions and 0 deletions

5
examples/webchat/server/run Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
SYNDICATE_TRACE=${SYNDICATE_TRACE:-_}
SYNDICATE_STDOUT_TO_STDERR=y
export SYNDICATE_TRACE SYNDICATE_STDOUT_TO_STDERR
exec racketmake main.rkt -f testing.rktd 2>&1 | tai64n | tai64nlocal