fix other mandelbrot variants
[mu.git] / archive / 1.vm / new_lesson
blob3642b8233c22ca952693006ddd2ae4cd6f491aea
1 #!/bin/sh
2 # Run this before running './mu edit' or './mu sandbox' to make sure you don't
3 # lose any work.
5 # You'll be editing code in lesson/recipes.mu, and any sandboxes you create
6 # will be in lesson/0, lesson/1, etc., from top to bottom.
8 set -e
10 mkdir lesson
11 cd lesson
12 git init
13 echo '**/.*.swp' > .gitignore
14 git add .
15 git commit -m 0