Created
October 9, 2014 07:25
-
-
Save TankOs/a95fe1cb1ab9ebe36a03 to your computer and use it in GitHub Desktop.
Conversion script.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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