Commit 0d0443ded401

Vincent Demeester <vincent@sbr.pm>
2016-11-25 14:52:31
Update shell on scripts.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 13ef298
Changed files (3)
bin/ec
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/usr/bin/env sh
 
 # This script starts emacs daemon if it is not running, opens whatever file
 # you pass in and changes the focus to emacs.  Without any arguments, it just
bin/es
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/usr/bin/env sh
 
 # simple script to shutdown the running Emacs daemon
 
bin/et
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/usr/bin/env sh
 
 # Makes sure emacs daemon is running and opens the file in Emacs in
 # the terminal.