Guest User

Untitled

a guest
Feb 25th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. while read -r line; do
  4. tmux send-keys -t1 "$line" C-M
  5. done
Add Comment
Please, Sign In to add comment