7 lines
98 B
Bash
7 lines
98 B
Bash
#!/bin/sh
|
|
|
|
exec /usr/bin/X \
|
|
-ardelay 250 \
|
|
-arinterval 20 \
|
|
-nolisten tcp \
|
|
"$@"
|