diff options
| author | Mel <einebeere@gmail.com> | 2023-08-23 04:31:47 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2023-08-23 04:31:47 +0200 |
| commit | f05272d9214e8fbb13ac55d0b133855464c5afc5 (patch) | |
| tree | fdebe999540f71af95a2115fc8a6c31d85904722 /Taskfile.yml | |
| parent | 48b1e7fd8fb16daacd7b87f6bc6d422400cd0a5f (diff) | |
| download | cthcous-f05272d9214e8fbb13ac55d0b133855464c5afc5.tar.zst cthcous-f05272d9214e8fbb13ac55d0b133855464c5afc5.zip | |
Simple container bridge server
Diffstat (limited to 'Taskfile.yml')
| -rw-r--r-- | Taskfile.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Taskfile.yml b/Taskfile.yml index adda6eb..ec302d9 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -18,3 +18,8 @@ tasks: deps: [build] cmds: - build/bridge + + open-test-socket: + desc: "Opens and listens to `./test.socket`." + cmds: + - ncat -Ulk ./test.socket |
