#!/bin/bash usage() { if [ -n "$1" ]; then echo 1>&2 "$1" echo fi cat 1>&2 </dev/null 2>&1); then if [ -e "$in2"/"$path" ] ; then lipo "$in1"/"$path" "$in2/$path" -create -output "$out"/"$path" fi fi done ( cd "$in2"; find . -print ) | while read path; do if [ \! -e "$out"/"$path" ] ; then cp -RP "$in2"/"$path" "$out"/"$path" fi done echo "Need to hack version.py still!"