dotfiles/tmux/copy_selected.sh

6 lines
134 B
Bash
Raw Normal View History

2017-01-28 01:56:22 +00:00
#!/usr/bin/env bash
# This script creates a public gist and outputs the result to the screen.
tmux run-shell 'echo "This is cool!"'