mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
Adding #! line to echo-server.scm.
This commit is contained in:
parent
fbfe1f1b5b
commit
f21b4e3025
1 changed files with 1 additions and 0 deletions
1
examples/echo-server.scm
Normal file → Executable file
1
examples/echo-server.scm
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env chibi-scheme
|
||||
|
||||
;; Simple R7RS echo server, using the run-net-server utility from
|
||||
;; (chibi net server).
|
||||
|
|
Loading…
Add table
Reference in a new issue