#!/bin/shTOP=$(dirname"$0")/..
TAG="$1"if[-z"$TAG"];thenecho"You need to give a git revision as an argument."exit1fiforcratein$(cd"${TOP}/crates/"&&ls);doifgitdiff--quiet"$TAG..HEAD""${TOP}/crates/${crate}";then# echo "$crate: ...:":
elseecho"$crate"fidone