This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
swflint
/
bin-files
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
ae2c6ac11a
Větve
Značky
master
bin-files
/
emacs-or-client
emacs-or-client
105 B
Historie
Surový
1
2
3
4
5
6
7
#!/bin/sh
if emacsclient --alternate-editor=false -e 't' ; then
emacsclient -c -n
else
emacs
fi