This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
swflint
/
bin-files
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
1f6e1db57e
Branche
Tagy
master
bin-files
/
emacs-or-client
emacs-or-client
105 B
História
Raw
1
2
3
4
5
6
7
#!/bin/sh
if emacsclient --alternate-editor=false -e 't' ; then
emacsclient -c -n
else
emacs
fi