Simple command line clipboard using xclip
# Install xclip (if not already installed)
if [ -z `which xclip` ]; then sudo apt-get install xclip; fi
# Download script and make it executable
sudo wget -O /usr/bin/clipboard https://gist.githubusercontent.com/christophetd/63f8986dcd367c758dac/raw/9017ce92c98fb80c01c73938d583e84416d026c4/clipboard