Skip to content

Instantly share code, notes, and snippets.

@orkaa
Created August 11, 2015 21:38
Show Gist options
  • Save orkaa/b5fe325cab8c9a95ae65 to your computer and use it in GitHub Desktop.
Save orkaa/b5fe325cab8c9a95ae65 to your computer and use it in GitHub Desktop.
echo $(get_db_tags) | while read id tag
do
start_db $tag
get_db_version $id $tag
cleanup
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment