summaryrefslogtreecommitdiff
path: root/synth/text_to_h.sh
blob: 86ed89b877312ae3275e7c60d333b8a1954b245b (plain)
1
sed -e 's,\\,\\\\,g' | sed -e 's,",\\",g' | sed -e 's,^\(.*\)$,"\1\\n"\\,' && echo '""'