shoestrap/assets/default/bin/pbcopy-remote
2017-04-27 10:52:49 -07:00

6 lines
126 B
Bash
Executable File

#! /bin/bash
# Reads hostname from arg1 and gets echos the tmux buffer over to to pbcopy
ssh $1 'tmux show-buffer' | pbcopy