#!/bin/sh
xclip -o selection primary |     perl -e '$r=<>; $r =~ s/[^0-9a-f]//g; print(pack("H*", $r));' > ~/.sido/cmd
