diff options
Diffstat (limited to 'setup.sh')
| -rwxr-xr-x | setup.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh new file mode 100755 index 0000000..45accd7 --- /dev/null +++ b/setup.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# Setup for compile time checks of fastmouse for linux build. + +rm "${PWD}"/linux/drivers/hid/hid-input.c +ln -s "${PWD}"/src/hid-input.c "${PWD}"/linux/drivers/hid/hid-input.c + |
