mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-01 20:42:01 +02:00
Rename chapters into "internals" and "intro"
This commit is contained in:
parent
70fe577788
commit
f3ff5c5147
97 changed files with 0 additions and 0 deletions
levels/internals/basics
3
levels/internals/basics/congrats
Normal file
3
levels/internals/basics/congrats
Normal file
|
@ -0,0 +1,3 @@
|
|||
Omnomnom!
|
||||
|
||||
For technical reasons, you can't use `cd` in this prototype yet. But there won't be a lot of interaction with the file system anyways. :)
|
8
levels/internals/basics/description
Normal file
8
levels/internals/basics/description
Normal file
|
@ -0,0 +1,8 @@
|
|||
For this prototype, we assume you have some experience with the command line. Here are some commands that will be useful:
|
||||
|
||||
- ls
|
||||
- echo content > file
|
||||
- cat file
|
||||
- mkdir dir
|
||||
|
||||
Find the riddle in your current directory and put the answer into the file "answer"!
|
3
levels/internals/basics/start
Normal file
3
levels/internals/basics/start
Normal file
|
@ -0,0 +1,3 @@
|
|||
mkdir riddle
|
||||
echo "ppl p" > riddle/consonants
|
||||
echo "ae ie" > riddle/vowels
|
1
levels/internals/basics/win
Normal file
1
levels/internals/basics/win
Normal file
|
@ -0,0 +1 @@
|
|||
cat answer | grep -i "apple \\?pie"
|
Loading…
Add table
Add a link
Reference in a new issue