about summary refs log blame commit diff stats
path: root/new_lesson
blob: 3642b8233c22ca952693006ddd2ae4cd6f491aea (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
         

                                                                              








                                                                           
                             

               
#!/bin/sh
# Run this before running './mu edit' or './mu sandbox' to make sure you don't
# lose any work.
#
# You'll be editing code in lesson/recipes.mu, and any sandboxes you create
# will be in lesson/0, lesson/1, etc., from top to bottom.

set -e

mkdir lesson
cd lesson
git init
echo '**/.*.swp' > .gitignore
git add .
git commit -m 0