This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
swflint
/
bin-files
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
1f6e1db57e
Dallar
Biçim İmleri
master
bin-files
/
emacs-or-client
emacs-or-client
105 B
Geçmiş
Ham
1
2
3
4
5
6
7
#!/bin/sh
if emacsclient --alternate-editor=false -e 't' ; then
emacsclient -c -n
else
emacs
fi