#!/bin/bash# Run this before a fresh project for '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
mkdirlesson
cdlesson
gitinit
echo'**/.*.swp'>.gitignore
gitadd.
gitcommit-m0