9 lines
160 B
Bash
Executable file
9 lines
160 B
Bash
Executable file
#!/bin/sh
|
|
|
|
./xboxdrv --daemon \
|
|
`# regular Xbox360 controller gets flightstick threatment` \
|
|
--next-controller \
|
|
--next-controller \
|
|
"$@"
|
|
|
|
# EOF #
|