diff options
| author | Marc Vertes <mvertes@free.fr> | 2021-02-22 17:10:51 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2021-02-22 17:10:51 +0100 |
| commit | 17b6d57450341896743f31ae67921d2abd8551bc (patch) | |
| tree | c3629a6a8870fb42cbddf482750f9a0e299ec7ee /bin/xt | |
| parent | 90ec7bf2b039599f987066c4e16b5817743fafcf (diff) | |
updated
Diffstat (limited to 'bin/xt')
| -rwxr-xr-x | bin/xt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ #!/bin/sh -exec xterm -sl 500 -j -cr red "$@" & +#exec xterm -sl 500 -j -cr red "$@" & +exec xterm "$@" & #cmd="urxvtc ${@:--T $HOSTNAME}" #eval "$cmd" || { [ $? = 2 ] && urxvtd -q -o -f && eval "$cmd"; } |
