about summary refs log tree commit diff stats
path: root/archive/2.vm/new_lesson
diff options
context:
space:
mode:
Diffstat (limited to 'archive/2.vm/new_lesson')
-rwxr-xr-xarchive/2.vm/new_lesson15
1 files changed, 15 insertions, 0 deletions
diff --git a/archive/2.vm/new_lesson b/archive/2.vm/new_lesson
new file mode 100755
index 00000000..3642b823
--- /dev/null
+++ b/archive/2.vm/new_lesson
@@ -0,0 +1,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