urxvto 83 B

123456
  1. #!/bin/sh
  2. urxvtc "$@"
  3. if [ $? -eq 2 ]; then
  4. urxvtd -q -o -f
  5. urxvtc "$@"
  6. fi