10 lines
237 B
Scheme
Executable File
10 lines
237 B
Scheme
Executable File
#!/usr/bin/slidescript
|
|
# SlideScript example, start a disposable http server
|
|
#
|
|
# Function nethttp "<portvalue>" "<forkvalue>"
|
|
# fork values:
|
|
# * 0 = do not fork to background
|
|
# * 1 = fork to background
|
|
|
|
nethttp "8080" "0"
|