3 * Rebuild interwiki table using the file on meta and the language list
14 $optionsWithArgs = array( "d" );
15 include_once( "commandLine.inc" );
16 include_once( "rebuildInterwiki.inc" );
20 if ( isset( $options['d'] ) ) {
21 $destDir = $options['d'];
23 $destDir = '/home/wikipedia/conf/interwiki/sql';
26 echo "Making new interwiki SQL files in $destDir\n";
27 makeInterwikiSQL( $destDir );