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}}"