summary refs log tree commit diff
path: root/.bin/pbcopy.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/pbcopy.c
parentUpdate README (diff)
downloadsrc-28ccdf9faf9852166d10187372705729e643040a.tar.gz
src-28ccdf9faf9852166d10187372705729e643040a.zip
Add short descriptions to C utilities
Diffstat (limited to '.bin/pbcopy.c')
-rwxr-xr-x.bin/pbcopy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bin/pbcopy.c b/.bin/pbcopy.c
index c341497a..852da68d 100755
--- a/.bin/pbcopy.c
+++ b/.bin/pbcopy.c
@@ -3,6 +3,8 @@ cc -Wall -Wextra -pedantic $@ -o $(dirname $0)/pbcopy $0 && \
 exec cc -Wall -Wextra -pedantic -DPBPASTE $@ -o $(dirname $0)/pbpaste $0
 #endif
 
+// pbcopy and pbpaste implementation which connects to pbd.
+
 #include <arpa/inet.h>
 #include <err.h>
 #include <netinet/in.h>