Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
distopico
/
scripts
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
404a9409f4
Gałęzie
Tagi
main
scripts
/
urxvtcd
urxvtcd
82 B
Historia
Czysty
1
2
3
4
5
6
#!/bin/sh
urxvtc "$@"
if [ $? -eq 2 ]; then
urxvtd -q -o -f
urxvtc "$@"
fi