From 275b545d10edc75cf575a0295579ae5f5961bd94 Mon Sep 17 00:00:00 2001 From: Chris Thorn Date: Fri, 27 Feb 2015 15:48:14 -0800 Subject: [PATCH] Read-only "after" files Updates the setup script to flag the 1.after, 2.after, etc. files as read-only, so Vim will display a warning when editing them. This is an attempt to catch a racers attention when they accidentally start editing the after file. --- setup | 1 + 1 file changed, 1 insertion(+) diff --git a/setup b/setup index cff4ada..4b832c5 100755 --- a/setup +++ b/setup @@ -3,3 +3,4 @@ rm -rf player1 player2 cp -R template player1 cp -R template player2 +chmod 444 player{1,2}/*.after