1
0
mirror of https://github.com/ViViDboarder/shoestrap.git synced 2025-02-25 23:13:51 +00:00

7 lines
185 B
Plaintext
Raw Normal View History

2017-04-27 10:52:49 -07:00
#! /bin/bash
2017-07-11 11:02:31 -07:00
# Created by ViViDboarder. Please share with attribution
2017-04-27 10:52:49 -07:00
# Reads hostname from arg1 and gets echos the tmux buffer over to to pbcopy
ssh "$1" 'tmux show-buffer' | pbcopy