]> scripts.mit.edu Git - wizard.git/blob - bin/revert-migration
Rename .scripts-version (deprecated) and add utility rollback script.
[wizard.git] / bin / revert-migration
1 #!/bin/sh -e
2 cd $1
3 mv .scripts/old-version .scripts-version
4 rm -Rf .scripts
5 rm -Rf .git