diff options
author | Dmytro Meleshko <dmytro.meleshko@gmail.com> | 2019-11-06 21:47:03 +0200 |
---|---|---|
committer | Dmytro Meleshko <dmytro.meleshko@gmail.com> | 2019-11-06 21:47:03 +0200 |
commit | aebcf5bc82fbb1f478d1ec62a0701774bcdd6b1c (patch) | |
tree | a5548cb299ba02b66f96ee48e31c82905d419e18 | |
parent | 65721319e06789763798d0db1a7c24a08fee0bcd (diff) | |
download | ranger-aebcf5bc82fbb1f478d1ec62a0701774bcdd6b1c.tar.gz |
Removed shebangs
-rw-r--r-- | examples/shell_automatic_cd.sh | 2 | ||||
-rw-r--r-- | examples/shell_subshell_notice.sh | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/examples/shell_automatic_cd.sh b/examples/shell_automatic_cd.sh index 294f3aaa..952a0564 100644 --- a/examples/shell_automatic_cd.sh +++ b/examples/shell_automatic_cd.sh @@ -1,5 +1,3 @@ -#!/bin/sh - # Compatible with ranger 1.4.2 through 1.7.* # # Automatically change the current working directory after closing ranger diff --git a/examples/shell_subshell_notice.sh b/examples/shell_subshell_notice.sh index b64ca7fa..a79712ee 100644 --- a/examples/shell_subshell_notice.sh +++ b/examples/shell_subshell_notice.sh @@ -1,5 +1,3 @@ -#!/bin/sh - # Compatible with ranger 1.5.3 through 1.7.* # # Change the prompt when you open a shell from inside ranger |