Explorar o código

Added emacs-add-file script

Samuel W. Flint %!s(int64=10) %!d(string=hai) anos
pai
achega
81bca1577f
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      emacs-add-file

+ 10 - 0
emacs-add-file

@@ -0,0 +1,10 @@
+#!/bin/zsh -f
+programname=`basename $0`
+
+if [ $# -eq 0 ] ;
+then
+    echo "Usage ${programname} files*"
+    exit
+fi
+
+emacsclient --alternate-editor="" -n $@