diff options
Diffstat (limited to 'src/make_patch.sh')
| -rwxr-xr-x | src/make_patch.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/make_patch.sh b/src/make_patch.sh new file mode 100755 index 0000000..58c946e --- /dev/null +++ b/src/make_patch.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +set -xe + +cp ./src/linux/* ./linux/drivers/hid/ +cd ./linux +git diff > ../fastmouse.patch + +exit 0
\ No newline at end of file |
