diff options
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 |
