From: Arun Prakash Jana <engineerarun@gmail.com>
Date: Sat, 2 Sep 2017 07:04:29 +0000 (+0530)
Subject: Re-arrange artifacts
X-Git-Tag: v1.4~10
X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=f6cb248975083d58ae3af83bdfb39535e12db422;p=nnn.git

Re-arrange artifacts
---

diff --git a/README.md b/README.md
index cc9e6081..448c4f23 100644
--- a/README.md
+++ b/README.md
@@ -307,7 +307,7 @@ To jump to the n<sup>th</sup> level parent, with PWD at level 0, use `n + 1` dot
 
 #### cd on quit
 
-Pick the appropriate file for your shell from [scripts/quitcd](https://github.com/jarun/nnn/tree/master/scripts/quitcd) and add the contents to your shell's rc file. You'll need to spawn a new shell for the change to take effect. You should start `nnn` as `n` (or modify the function name to something else).
+Pick the appropriate file for your shell from [`scripts/quitcd`](scripts/quitcd) and add the contents to your shell's rc file. You'll need to spawn a new shell for the change to take effect. You should start `nnn` as `n` (or modify the function name to something else).
 
 As you might notice, `nnn` uses the environment variable `NNN_TMPFILE` to write the last visited directory path. You can change it.
 
diff --git a/Makefile.native b/scripts/make_native/Makefile.native
similarity index 100%
rename from Makefile.native
rename to scripts/make_native/Makefile.native
diff --git a/mktest.sh b/scripts/test/mktest.sh
similarity index 100%
rename from mktest.sh
rename to scripts/test/mktest.sh