diff options
Diffstat (limited to '')
-rwxr-xr-x | .bin/pbcopy | 1 | ||||
-rwxr-xr-x | .bin/pbpaste | 1 |
2 files changed, 2 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 |