From 9494c87aa58ef2fc9d3e69051ce2682102c13004 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 23 Oct 2013 19:33:52 -0700 Subject: [PATCH] README.md: Remove nesting modular/shell/ There's no need to hard-code target directories in this repository. Anyone consuming this material can use submodules and pick their own target directory. --- modular/shell/README.md => README.md | 0 modular/shell/cheat-sheet.md => cheat-sheet.md | 0 modular/shell/instructor.md => instructor.md | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename modular/shell/README.md => README.md (100%) rename modular/shell/cheat-sheet.md => cheat-sheet.md (100%) rename modular/shell/instructor.md => instructor.md (100%) diff --git a/modular/shell/README.md b/README.md similarity index 100% rename from modular/shell/README.md rename to README.md diff --git a/modular/shell/cheat-sheet.md b/cheat-sheet.md similarity index 100% rename from modular/shell/cheat-sheet.md rename to cheat-sheet.md diff --git a/modular/shell/instructor.md b/instructor.md similarity index 100% rename from modular/shell/instructor.md rename to instructor.md -- 2.26.2