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