This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
swflint
/
bin-files
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
ae2c6ac11a
Gałęzie
Tagi
master
bin-files
/
emacs-or-client
emacs-or-client
105 B
Historia
Czysty
1
2
3
4
5
6
7
#!/bin/sh
if emacsclient --alternate-editor=false -e 't' ; then
emacsclient -c -n
else
emacs
fi