Skip to content

Instantly share code, notes, and snippets.

@masashinakata
Last active August 2, 2018 00:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masashinakata/7047bf7b3b8ff2394dfa0b55f9a75e51 to your computer and use it in GitHub Desktop.
Save masashinakata/7047bf7b3b8ff2394dfa0b55f9a75e51 to your computer and use it in GitHub Desktop.
tr , '\n' |
sed -e 's/^ *//' |
awk '{print "\" "$0"=\" << "$0" << "}' |
tr -d '\n' |
sed -e 's/^/std::cerr << /' -e 's/$/std::endl;/' -e 's/" /"/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment