#!/bin/sh

cat << 'EOF'
static char* stripe_data = "\
EOF

uuencode -m stripe |
  sed -e '1d' -e '$d' -e 's/$/\\/'

cat << 'EOF'
";
EOF
