Skip to content

Instantly share code, notes, and snippets.

@misebox
Created May 26, 2020 10:00
Show Gist options
  • Save misebox/05a4866d15cf2c816a4c89664a26d7fc to your computer and use it in GitHub Desktop.
Save misebox/05a4866d15cf2c816a4c89664a26d7fc to your computer and use it in GitHub Desktop.
Copy input from stdin into clipboard
#!/bin/bash
xsel --clipboard --input
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment