diff options
author | June McEnroe <programble@gmail.com> | 2016-09-17 00:58:28 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2016-09-17 00:58:28 -0400 |
commit | 75e3cd1b5d45988258cf2a02dec5b73ededc7872 (patch) | |
tree | cbdef823849fa40a089b63ca713130df117ae08e /.bin/pbcopy | |
parent | Check child status in pbd (diff) | |
download | src-75e3cd1b5d45988258cf2a02dec5b73ededc7872.tar.gz src-75e3cd1b5d45988258cf2a02dec5b73ededc7872.zip |
Add pbcopy and pbpaste using pbd
Diffstat (limited to '.bin/pbcopy')
-rwxr-xr-x | .bin/pbcopy | 1 |
1 files changed, 1 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 |