Move dev-db shell script out of the root.

Change-Id: Iddb0b2316121ad13395b0624b1c1fdf61150bb6a
This commit is contained in:
Brad Fitzpatrick 2014-02-27 21:26:02 -08:00
parent 26cbd36e0b
commit 4a079bbec4
2 changed files with 0 additions and 1 deletions

View File

View File

@ -33,7 +33,6 @@ foreach my $d (qw{
clients/chrome
lib
old
dev-db
}) {
system("git", "rm", "-r", $d) and die "Failed to git rm -r $d";
}