diff options
author | hut <hut@lavabit.com> | 2009-07-21 00:10:30 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-07-21 00:10:30 +0200 |
commit | 8999416fdd10c1677074e0c8f89312589c53dc29 (patch) | |
tree | 0d1716bfc8a59142782f6aa85173ca593958780b | |
parent | 513358bcf66ad923848ccc1201d1bc04745b351f (diff) | |
download | ranger-8999416fdd10c1677074e0c8f89312589c53dc29.tar.gz |
explain the first lines in the executable
-rwxr-xr-x | ranger | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ranger b/ranger index 645ea114..dbe73903 100755 --- a/ranger +++ b/ranger @@ -1,6 +1,7 @@ #!/usr/bin/ruby -Ku ##-------------------------------------------------- -# just ignore the following lines +# these lines allow the use of "source ranger" +# to change to the last directory after exiting ranger if false; then =begin |