1 2 3 4 5 6 7 8 9 10
#!/bin/sh set -xe cp ./src/linux/* ./linux/drivers/hid/ cp ./src/fastmouse.h ./linux/drivers/hid/ cd ./linux make -j$(nproc) exit 0