Skip to content

Instantly share code, notes, and snippets.

@sedm0784
Last active February 13, 2018 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sedm0784/c303c5ac10eca4b874097fc8c98bde13 to your computer and use it in GitHub Desktop.
Save sedm0784/c303c5ac10eca4b874097fc8c98bde13 to your computer and use it in GitHub Desktop.
#!/bin/sh
while read -r line; do
tmux send-keys -t1 "$line" C-M
done
@sedm0784
Copy link
Author

Don't use this. Use a named pipe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment