mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-23 21:01:22 +02:00
Allow multiple level sets, pull out default order into "sequence" file
This commit is contained in:
parent
a9f096636a
commit
5031009dd5
96 changed files with 37 additions and 29 deletions
levels/bottom-up/basics
3
levels/bottom-up/basics/congrats
Normal file
3
levels/bottom-up/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/bottom-up/basics/description
Normal file
8
levels/bottom-up/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/bottom-up/basics/start
Normal file
3
levels/bottom-up/basics/start
Normal file
|
@ -0,0 +1,3 @@
|
|||
mkdir riddle
|
||||
echo "ppl p" > riddle/consonants
|
||||
echo "ae ie" > riddle/vowels
|
1
levels/bottom-up/basics/win
Normal file
1
levels/bottom-up/basics/win
Normal file
|
@ -0,0 +1 @@
|
|||
cat answer | grep -i "apple \\?pie"
|
Loading…
Add table
Add a link
Reference in a new issue