aboutsummaryrefslogtreecommitdiff
path: root/src/make_patch.sh
blob: 58c946e882aa1a74e1c1de6c14d698617246cc9b (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -xe

cp ./src/linux/* ./linux/drivers/hid/
cd ./linux
git diff > ../fastmouse.patch

exit 0