Better colors and fonts

This commit is contained in:
Sebastian Morr 2020-09-01 21:25:24 +02:00
parent 590408e54c
commit ca8aae560c
13 changed files with 165 additions and 83 deletions
levels/first

View file

@ -0,0 +1,5 @@
echo -e "bread\ntomato\nbread" > sandwich
git add sandwich
git commit -m "Initial sandwich"
echo -e "bread\ntomato\ncucumber\nbread" > sandwich
git commit -am "Add cucumber"