Mercurial > pub > site.implab
diff deploy.pl @ 0:aac1085b256d
initial commit
author | cin |
---|---|
date | Sat, 15 Mar 2014 00:34:33 +0400 |
parents | |
children | fa7a99c2d079 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/deploy.pl Sat Mar 15 00:34:33 2014 +0400 @@ -0,0 +1,11 @@ +#!/usr/bin/perl -w +use strict; + +my @dirs = qw( + doxygen-data + mysql-data +); + +mkdir $_ foreach grep not(-e $_), @dirs; + +`mysql_install_db --datadir=./mysql-data`; \ No newline at end of file