summary refs log tree commit diff
path: root/.bin/pbd.c
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-01-21 18:10:14 -0500
committerJune McEnroe <programble@gmail.com>2017-01-21 18:10:14 -0500
commit28ccdf9faf9852166d10187372705729e643040a (patch)
tree566951f83c733df2e90adbd8dbc671ff2c2ac9e3 /.bin/pbd.c
parentUpdate README (diff)
downloadsrc-28ccdf9faf9852166d10187372705729e643040a.tar.gz
src-28ccdf9faf9852166d10187372705729e643040a.zip
Add short descriptions to C utilities
Diffstat (limited to '.bin/pbd.c')
-rwxr-xr-x.bin/pbd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bin/pbd.c b/.bin/pbd.c
index fda7c941..b01f80c3 100755
--- a/.bin/pbd.c
+++ b/.bin/pbd.c
@@ -2,6 +2,8 @@
 exec cc -Wall -Wextra -pedantic $@ -o $(dirname $0)/pbd $0
 #endif
 
+// TCP server which pipes between macOS pbcopy and pbpaste.
+
 #include <err.h>
 #include <netinet/in.h>
 #include <stdint.h>