Please enable JavaScript in your browser!
Etusivu
Tutki
Apua
Kirjaudu sisään
distopico
/
scripts
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
404a9409f4
Branchit
Tagit
main
scripts
/
urxvtcd
urxvtcd
82 B
Historia
Raaka
1
2
3
4
5
6
#!/bin/sh
urxvtc "$@"
if [ $? -eq 2 ]; then
urxvtd -q -o -f
urxvtc "$@"
fi