shell dot on steroids https://pagure.io/shellfu

xorg.sh 133B

1234567891011
  1. #!/bin/bash
  2. clipln() {
  3. #
  4. # Print primary clipboard and \n
  5. #
  6. xclip -o -selection primary 2>/dev/null
  7. echo ""
  8. }