#!/bin/sh for TASK in a b c d e f g h; do cp src/main.rs src/bin/$TASK.rs; done;