Skip to content

Instantly share code, notes, and snippets.

@TankOs
Created October 9, 2014 07:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TankOs/a95fe1cb1ab9ebe36a03 to your computer and use it in GitHub Desktop.
Save TankOs/a95fe1cb1ab9ebe36a03 to your computer and use it in GitHub Desktop.
Conversion script.
#!/bin/zsh
dos2unix **/*
sed -i "/class/b; /struct/b; /\?/b; /:)/b; / ::/b; /@interface/b; /:=/b; s/\([^)]\) \+:/\1:/g" **/*.hpp **/*.cpp **/*.mk **/*.mm **/*.h **/*.txt **/*.inl **/*.cmake
git checkout extlibs
git checkout src/SFML/Graphics/stb_image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment