Please enable JavaScript in your browser!
Domů
Procházet
Nápověda
Přihlásit se
PieceMaker
/
pipes
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Větev:
master
Větve
Značky
master
pipes
/
urxvtc
urxvtc
80 B
Trvalý odkaz
Historie
Surový
1
2
3
4
5
6
#!/bin/sh
urxvtc "$@"
if [ $? -eq 2 ]; then
urxvtd -q -o -f
urxvtc "$@"
fi