Skip to content

Instantly share code, notes, and snippets.

@syui
Created November 4, 2013 13:05
Show Gist options
  • Save syui/7302128 to your computer and use it in GitHub Desktop.
Save syui/7302128 to your computer and use it in GitHub Desktop.
#!/bin/bash
while :
i=`pbpaste`
do
if [ "$(pbpaste)" != "$i" ];then
pbpaste;
echo;
fi
done
sleep .5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment