Initial commit - it should now be more or less working
[mouse-tracker-for-cubism.git] / example / generate_patch.sh
CommitLineData
830d0ba4
AIL
1#!/bin/sh
2
3mkdir -p demo_clean
4cp -r CubismSdkForNative-4-r.1/Samples/OpenGL/Demo/proj.linux.cmake/* ./demo_clean/
5diff -pruN --exclude build ./demo_clean ./demo_dev > ./demo.patch