#!/usr/bin/tcsh fs sa ../turnin merkle all harperlm all ellism all system:anyuser rl foreach section (`ls section?`) echo "$section" fs sa ../turnin/$section merkle all harperlm all ellism all system:anyuser rl foreach cs232user (`cat "$section"`) echo " $cs232user" fs sa ../turnin/$section/$cs232user $cs232user none merkle all harperlm all ellism all system:anyuser none fs sa ../turnin/$section/$cs232user/project $cs232user none merkle all harperlm all ellism all system:anyuser none fs sa ../turnin/$section/$cs232user/project/Milestone1 $cs232user none merkle all harperlm all ellism all system:anyuser none fs sa ../turnin/$section/$cs232user/project/Milestone2 $cs232user none merkle all harperlm all ellism all system:anyuser none fs sa ../turnin/$section/$cs232user/project/Milestone3 $cs232user none merkle all harperlm all ellism all system:anyuser none fs sa ../turnin/$section/$cs232user/project/Milestone4 $cs232user none merkle all harperlm all ellism all system:anyuser none fs sa ../turnin/$section/$cs232user/project/Milestone5 $cs232user none merkle all harperlm all ellism all system:anyuser none fs sa ../turnin/$section/$cs232user/project/Milestone6 $cs232user none merkle all harperlm all ellism all system:anyuser none fs sa ../turnin/$section/$cs232user/project/Milestone7 $cs232user none merkle all harperlm all ellism all system:anyuser none fs sa ../turnin/$section/$cs232user/project/Milestone8 $cs232user none merkle all harperlm all ellism all system:anyuser none fs sa ../turnin/$section/$cs232user/project/Milestone9 $cs232user none merkle all harperlm all ellism all system:anyuser none end end