1
0
Fork 0
VS_LET/03-tcp/tcp.filer/justfile

11 lines
256 B
Plaintext

import '../justfile'
port := "4747"
server-iterativ backlog_size:
just exec vs.FileServerIterativ "{{port}} {{backlog_size}}"
server-threaded:
just exec vs.FileServerThreaded {{port}}
client host:
just exec vs.FileClient "{{host}} {{port}}"