diff --git a/bin/cros_revert_image.sh b/bin/cros_revert_image.sh new file mode 100755 index 0000000000..5810af836c --- /dev/null +++ b/bin/cros_revert_image.sh @@ -0,0 +1,42 @@ +#!/bin/bash + +# Usage: +# revert_image.sh [image_to_revert] +# +# This assumes the image has been updated by update_image.sh. +usage() +{ +cat <