dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles # fast
git clone https://src.adamsgaard.dk/dotfiles.git # slow
Log | Files | Refs | README | LICENSE Back to index

clipplumb (101B)


      1 #!/bin/sh
      2 
      3 if [ "$1" = "-c" ]; then
      4 	xclip -o -selection clipboard | plumb
      5 else
      6 	xclip -o | plumb
      7 fi