mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-05 12:36:31 +00:00
7 lines
185 B
Bash
Executable File
7 lines
185 B
Bash
Executable File
#! /bin/bash
|
|
|
|
# Created by ViViDboarder. Please share with attribution
|
|
# Reads hostname from arg1 and gets echos the tmux buffer over to to pbcopy
|
|
|
|
ssh "$1" 'tmux show-buffer' | pbcopy
|