dotfiles/tmux/copy_selected.sh
2017-01-27 20:56:22 -05:00

5 lines
134 B
Bash
Executable file

#!/usr/bin/env bash
# This script creates a public gist and outputs the result to the screen.
tmux run-shell 'echo "This is cool!"'