Skip to content

Instantly share code, notes, and snippets.

@rowlo
Created July 25, 2013 20:08
Show Gist options
  • Save rowlo/6083272 to your computer and use it in GitHub Desktop.
Save rowlo/6083272 to your computer and use it in GitHub Desktop.
That shell script starts the leapd service and the LeapControlPanel. When used as autostart script in Kubuntu all you need to do is plug in your Leap Motion controller and enjoy.
#!/bin/bash
/usr/bin/leapd &
/usr/bin/LeapControlPanel &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment