Skip to content

Commit 6ce734e

Browse files
committed
WIP Concept: Redirections
1 parent 6878697 commit 6ce734e

File tree

5 files changed

+28
-0
lines changed

5 files changed

+28
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"authors": [
3+
"glennj"
4+
],
5+
"contributors": [
6+
"IsaacG",
7+
"kotp"
8+
],
9+
"blurb": "Redirections manipulate the input and output of a Bash program."
10+
}
11+

concepts/redirections/about.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# About Redirections
2+
3+
TODO

concepts/redirections/introduction.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Introduction to Redirections
2+
3+
TODO

concepts/redirections/links.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[
2+
{
3+
"url": "foo",
4+
"description", "bar"
5+
}
6+
]

config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,6 +1289,11 @@
12891289
"uuid": "6bfdc749-a40e-44a8-b26b-a402ba53624b",
12901290
"slug": "more-arrays",
12911291
"name": "More about Arrays"
1292+
},
1293+
{
1294+
"uuid": "fb7effaa-9642-4365-8766-6b2876067302",
1295+
"slug": "redirections",
1296+
"name": "Redirections"
12921297
}
12931298
],
12941299
"key_features": [

0 commit comments

Comments
 (0)