new stuff
[bort-panel.git] / hex2bin.sh
1 #!/bin/ksh
2
3 echo $1 | hexdump | cut -b9- | cut -d"|" -f1 | tr -d ' \t\n\r'
4 echo ''