Skip to content

Instantly share code, notes, and snippets.

@0xded093
Created October 22, 2017 20:14
Show Gist options
  • Save 0xded093/645c9ed4bf90b24c602cdee5b36aa8c8 to your computer and use it in GitHub Desktop.
Save 0xded093/645c9ed4bf90b24c602cdee5b36aa8c8 to your computer and use it in GitHub Desktop.
#!/bin/sh
until ["ls /dev/ttyUSB0" & pgrep gimx]
do
/bin/ln -s "/dev/ttyAMA0" "/dev/ttyUSB0"
sleep 1
/usr/bin/gimx -c "LogitechG25_W10_G29.xml" -p "/dev/ttyUSB0"
sleep 1
done
echo "Gimx avviato!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment