executable_wi-emacs-shell.sh 137 B

1234567
  1. #!/usr/bin/env bash
  2. # Send a command to Emacs server.
  3. set -e -x
  4. nohup emacsclient -c -e "(wi-shell-send-command \"$*\")" &>/dev/null &