This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
swflint
/
bin-files
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
1f6e1db57e
Haarat
Tagit
master
bin-files
/
emacs-or-client
emacs-or-client
105 B
Historia
Raaka
1
2
3
4
5
6
7
#!/bin/sh
if emacsclient --alternate-editor=false -e 't' ; then
emacsclient -c -n
else
emacs
fi