aboutsummaryrefslogtreecommitdiff
path: root/src/make_patch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/make_patch.sh')
-rwxr-xr-xsrc/make_patch.sh9
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