From f2f602305ff7a7b28db28656e605ebd47162a295 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 16 Mar 2014 15:47:45 -0700 Subject: [PATCH] *.md: Remove YAML front-matter The students won't be building with Jekyll. --- 00-intro.md | 5 ----- 01-filedir.md | 5 ----- 02-create.md | 5 ----- 03-pipefilter.md | 5 ----- 04-loop.md | 5 ----- 05-script.md | 5 ----- 06-find.md | 5 ----- index.md | 5 ----- 8 files changed, 40 deletions(-) diff --git a/00-intro.md b/00-intro.md index 4ec1c71..df0b297 100644 --- a/00-intro.md +++ b/00-intro.md @@ -1,8 +1,3 @@ ---- -layout: lesson -root: ../.. -title: Introducing the Shell ----
#### Objectives diff --git a/01-filedir.md b/01-filedir.md index 504f3e4..261b9a1 100644 --- a/01-filedir.md +++ b/01-filedir.md @@ -1,8 +1,3 @@ ---- -layout: lesson -root: ../.. -title: Files and Directories ----
#### Objectives diff --git a/02-create.md b/02-create.md index 95cafed..67d7768 100644 --- a/02-create.md +++ b/02-create.md @@ -1,8 +1,3 @@ ---- -layout: lesson -root: ../.. -title: Creating Things ----
#### Objectives diff --git a/03-pipefilter.md b/03-pipefilter.md index b976aa5..a69df4d 100644 --- a/03-pipefilter.md +++ b/03-pipefilter.md @@ -1,8 +1,3 @@ ---- -layout: lesson -root: ../.. -title: Pipes and Filters ----
#### Objectives diff --git a/04-loop.md b/04-loop.md index 59bab55..99cccfd 100644 --- a/04-loop.md +++ b/04-loop.md @@ -1,8 +1,3 @@ ---- -layout: lesson -root: ../.. -title: Loops ----
#### Objectives diff --git a/05-script.md b/05-script.md index 349911d..d72c063 100644 --- a/05-script.md +++ b/05-script.md @@ -1,8 +1,3 @@ ---- -layout: lesson -root: ../.. -title: Shell Scripts ----
#### Objectives diff --git a/06-find.md b/06-find.md index 506c9a9..b719892 100644 --- a/06-find.md +++ b/06-find.md @@ -1,8 +1,3 @@ ---- -layout: lesson -root: ../.. -title: Finding Things ----
#### Objectives diff --git a/index.md b/index.md index 1479c19..107327e 100644 --- a/index.md +++ b/index.md @@ -1,8 +1,3 @@ ---- -layout: lesson -root: ../.. -title: The Unix Shell ---- The Unix shell has been around longer than most of its users have been alive. It has survived so long because it's a power tool that allows people to do complex things with just a few keystrokes. -- 2.26.2