summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2016-09-17 00:58:28 -0400
committerJune McEnroe <june@causal.agency>2016-09-17 00:58:28 -0400
commitf8e892ba707a1af9ee38f97d41ca8d93b086fa0c (patch)
treec83406946a94eda556d6bcbc00b74667730104aa
parentCheck child status in pbd (diff)
downloadsrc-f8e892ba707a1af9ee38f97d41ca8d93b086fa0c.tar.gz
src-f8e892ba707a1af9ee38f97d41ca8d93b086fa0c.zip
Add pbcopy and pbpaste using pbd
Diffstat (limited to '')
-rwxr-xr-x.bin/pbcopy1
-rwxr-xr-x.bin/pbpaste1
-rwxr-xr-xinstall.sh2
3 files changed, 4 insertions, 0 deletions
diff --git a/.bin/pbcopy b/.bin/pbcopy
new file mode 100755
index 00000000..925e098e
--- /dev/null
+++ b/.bin/pbcopy
@@ -0,0 +1 @@
+exec nc localhost 7062 > /dev/null
diff --git a/.bin/pbpaste b/.bin/pbpaste
new file mode 100755
index 00000000..9ce6f6dd
--- /dev/null
+++ b/.bin/pbpaste
@@ -0,0 +1 @@
+exec nc localhost 7062 < /dev/null
diff --git a/install.sh b/install.sh
index 54376f8d..fd3f7192 100755
--- a/install.sh
+++ b/install.sh
@@ -22,7 +22,9 @@ link() {
 }
 
 link .bin/manpager
+link .bin/pbcopy
 link .bin/pbd.c
+link .bin/pbpaste
 link .bin/xx.c
 link .config/git/config
 link .config/git/ignore