8 lines
71 B
Bash
8 lines
71 B
Bash
#!/bin/sh
|
|
|
|
xboxdrv --daemon \
|
|
--next-controller \
|
|
|
|
"$@"
|
|
|
|
# EOF #
|