2f96602bed
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
5 lines
74 B
Bash
Executable file
5 lines
74 B
Bash
Executable file
#!/bin/sh
|
|
|
|
[ -x /usr/bin/urxvtcd ] && exec /usr/bin/urxvtcd
|
|
|
|
exec urxvtc
|