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

11 lines
208 B
Plaintext

import '../justfile'
port := "4747"
server-long:
just exec vs.TimeLongServer {{port}}
server-text:
just exec vs.TimeTextServer {{port}}
client host:
just exec vs.TimeClient "{{host}} {{port}}"