Changed Level description to sh scripts

This commit is contained in:
bleeptrack 2020-09-04 11:40:42 +02:00
parent f2b88d893e
commit 00247318a6
3 changed files with 137 additions and 124 deletions
levels/04-parents

View file

@ -1,2 +1,4 @@
git write-tree
git commit-tree 4b82 -m 'We cannot really construct the goal yet :)'
FIRST_COMMIT=$( git commit-tree 4b82 -m 'We cannot really construct the goal yet :)' )
git commit-tree 4b82 -p $FIRST_COMMIT -m 'Second commit :D'