f7808b6c8e
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
5 lines
79 B
Bash
Executable file
5 lines
79 B
Bash
Executable file
#!/bin/sh
|
|
|
|
[ -x /usr/bin/urxvtcd ] && exec /usr/bin/urxvtcd
|
|
|
|
exec urxvtc "$@"
|