#!/bin/bash branch_flags=--orphan cat versions.txt | while read line do ./clean.sh ./setup-mappings.sh $line ./decompile-mc.sh ./create-branch.sh $line $branch_flags branch_flags=-b done