Explorar el Código

[style] Add an explicit shenbang to help interpreters & linters.

Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
Fletcher Nichol hace 6 años
padre
commit
195fa5480f
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      renv.sh

+ 2 - 0
renv.sh

@@ -1,3 +1,5 @@
+#!/usr/bin/env bash
+
 renv() {
   case "$1" in
     status | s)