Skip to content
Snippets Groups Projects
vvvvvv.sh 254 B
#!/bin/bash

# Define the default gamepad module name
module=xpad

# Check if the module is already loaded, if so, remove it and run the xboxdrv module
if lsmod | grep -q "^$module "
then sudo rmmod xpad
fi

sudo xboxdrv$pad --led 2 -c vvvvvv.xboxdrv -s