Advertisement
Cogger

Clipboard-Copy-Contents

Nov 22nd, 2022
842
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.11 KB | None | 0 0
  1. # If not installed
  2.  
  3. sudo apt install xclip -y
  4.  
  5. # If installed
  6.  
  7. echo test | xclip -selection clipboard
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement