From 75e3cd1b5d45988258cf2a02dec5b73ededc7872 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 17 Sep 2016 00:58:28 -0400 Subject: Add pbcopy and pbpaste using pbd --- .bin/pbcopy | 1 + .bin/pbpaste | 1 + 2 files changed, 2 insertions(+) create mode 100755 .bin/pbcopy create mode 100755 .bin/pbpaste (limited to '.bin') 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 -- cgit 1.4.1 p label='branches'> dontfiles
summary refs log tree commit diff
path: root/bin/downgrade.c (unfollow)
Commit message (Expand)Author
2022-03-24Skip matches with ident chars on either sideJune McEnroe
2022-03-24Add The Invisible Life of Addie LaRueJune McEnroe
2022-03-22Source ~/.profile.local if it existsJune McEnroe
2022-03-18Publish "Addendum 2021"June McEnroe
2022-03-16Remove wcwidth portJune McEnroe
2022-03-16Remove -j4 from ./PlanJune McEnroe
2022-03-15Rewrite Linux install.sh for DebianJune McEnroe
2022-03-15Remove dashJune McEnroe