summary refs log tree commit diff stats
path: root/doc/uml.txt
Commit message (Expand)AuthorAgeFilesLines
* removed UML stuff, it's uselesshut2010-03-311-5/+0
* added doc/uml.txthut2010-03-121-0/+5
ision' href='/akkartik/mu/blame/new_lesson?h=hlt&id=6ff112a15d213bb955195e488aaa7384dcf9049e'>^
9a81d746 ^

61c025b1 ^








45912cf8 ^
61c025b1 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
         

                                                                              








                                                                           
                             

               
#!/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