This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
swflint
/
bin-files
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
1f6e1db57e
Atzari
Tagi
master
bin-files
/
emacs-or-client
emacs-or-client
105 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
#!/bin/sh
if emacsclient --alternate-editor=false -e 't' ; then
emacsclient -c -n
else
emacs
fi