summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README13
-rw-r--r--scripts/README7
2 files changed, 13 insertions, 7 deletions
diff --git a/README b/README
index 481ed850..779238ed 100644
--- a/README
+++ b/README
@@ -49,3 +49,16 @@ git; Perl 5/7; Git::Wrapper
2. Run bootstrap script:
% ~/src/dotfiles/bin/bstraph
+
+================================
+ Subdirectories
+================================
+
+bin/: Scripts and programs relatively early in PATH.
+
+scripts/: Helper scripts and programs that I don't want on PATH.
+
+ Shell pipelines, scripts for `git bisect', and Perl one-liners
+ turned into files commencing `#!/usr/bin/perl -wnl', are the sort
+ of thing we have in here. The scripts are loosely categorised,
+ e.g. dgit/ might contain tools useful when developing dgit.
diff --git a/scripts/README b/scripts/README
deleted file mode 100644
index 14923716..00000000
--- a/scripts/README
+++ /dev/null
@@ -1,7 +0,0 @@
-This is for helper scripts and programs that I don't want on PATH.
-Shell pipelines, scripts for `git bisect`, and Perl one-liners turned
-into files commencing `#!/usr/bin/perl -wnl`, are the sort of thing we
-have in here.
-
-Loosely categorise the scripts, e.g. dgit/ might contain tools useful
-when developing dgit.