3 lines
42 B
Bash
3 lines
42 B
Bash
#!/bin/sh
|
|
exec /usr/bin/luit -x ${1+"$@"}
|
#!/bin/sh
|
|
exec /usr/bin/luit -x ${1+"$@"}
|