ref: 89781e8f82536819091eab05f8beb6944d72d203 dir: /rc/jvc2pal/
#!/bin/rc awk ' NR==3{ print "pal 256" } NR>3{ x = $1*65536 + $2*256 + $3 printf "0x%06x\n", x }' $*