From 2a286a1f9733df5db82017e8963e51753570fdcd Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Fri, 26 May 2017 17:51:29 -0400 Subject: [PATCH] tmux: remove old script --- tmux/copy_selected.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 tmux/copy_selected.sh diff --git a/tmux/copy_selected.sh b/tmux/copy_selected.sh deleted file mode 100755 index 114b04e..0000000 --- a/tmux/copy_selected.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash - -# This script creates a public gist and outputs the result to the screen. - -tmux run-shell 'echo "This is cool!"'