Преглед изворни кода

Added the presentation script

Samuel W. Flint пре 9 година
родитељ
комит
ff62a19790
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      presentation-start

+ 4 - 0
presentation-start

@@ -0,0 +1,4 @@
+#!/bin/zsh
+# generic-presentation-script, my-init.org
+emacs -q --load ~/.emacs.d/general-presentation.el $@
+# generic-presentation-script ends here