X-Git-Url: https://scripts.mit.edu/gitweb/wizard.git/blobdiff_plain/5c95d1eb2e2f190e86d2a8998eef8452468b5c97..de5b571c118cf0c3b89134a2613ce80ec90fbd9f:/bin/revert-migration diff --git a/bin/revert-migration b/bin/revert-migration new file mode 100755 index 0000000..01711a3 --- /dev/null +++ b/bin/revert-migration @@ -0,0 +1,5 @@ +#!/bin/sh -e +cd $1 +mv .scripts/old-version .scripts-version +rm -Rf .scripts +rm -Rf .git