Silence netcat

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2021-06-30 16:38:17 +02:00
parent 62fbdbd965
commit 2a583cb858
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -27,7 +27,7 @@ fi
emacsclient() {
if [[ -e "$HOME/.ssh/emacs-server" ]] && \
nc -Uz "$HOME/.ssh/emacs-server" && \
nc -Uz "$HOME/.ssh/emacs-server" >/dev/null 2>&1 && \
[[ ! -z ${INSIDE_EMACS+x} ]] ; then
params=()
sudo=0