Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
distopico
/
scripts
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
404a9409f4
Rami (Branch)
Tag
main
scripts
/
urxvtcd
urxvtcd
82 B
Cronologia
Originale
1
2
3
4
5
6
#!/bin/sh
urxvtc "$@"
if [ $? -eq 2 ]; then
urxvtd -q -o -f
urxvtc "$@"
fi