Adding #! line to echo-server.scm.

This commit is contained in:
Alex Shinn 2013-09-28 13:05:23 +09:00
parent fbfe1f1b5b
commit f21b4e3025

1
examples/echo-server.scm Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env chibi-scheme
;; Simple R7RS echo server, using the run-net-server utility from
;; (chibi net server).