[logaling-commit] logaling/logalimacs [master] Add sh for test

Back to archive index

Yuta Yamada null+****@clear*****
Tue Aug 28 23:01:20 JST 2012


Yuta Yamada	2012-08-28 23:01:20 +0900 (Tue, 28 Aug 2012)

  New Revision: c3c10517c8faf9cc65d2cb467d22dd8b9a6ab240
  https://github.com/logaling/logalimacs/commit/c3c10517c8faf9cc65d2cb467d22dd8b9a6ab240

  Log:
    Add sh for test

  Added files:
    test/emacs_boot.sh

  Added: test/emacs_boot.sh (+11 -0) 100755
===================================================================
--- /dev/null
+++ test/emacs_boot.sh    2012-08-28 23:01:20 +0900 (e7d795b)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+bootemacs() {
+    if [ "$1" != "" ]; then
+        emacs23 -q --load `pwd`/logalimacs_configs.el
+    else
+        emacs -q --load `pwd`/logalimacs_configs.el
+    fi
+}
+
+bootemacs
-------------- next part --------------
An HTML attachment was scrubbed...
다운로드 



More information about the logaling-commit mailing list
Back to archive index