Skip to content

Commit

Permalink
Update tmux-run
Browse files Browse the repository at this point in the history
  • Loading branch information
diamondburned authored May 15, 2018
1 parent 9bf9fdd commit 6002940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmux-run
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
LINES=$(cat config.php | grep -F "config['lines']" | awk '{print $3}' | sed "s/'//g" | sed "s/;//g")
#LINES=$(cat config.php | grep -F "config['lines']" | awk '{print $3}' | sed "s/'//g" | sed "s/;//g") <- deprecated
tmux send-keys "${@:1}" Enter
sleep 2.5; tmux capture-pane -p -S -32767

0 comments on commit 6002940

Please sign in to comment.