Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am girishmuraly on github.
  • I am gnair (https://keybase.io/gnair) on keybase.
  • I have a public key whose fingerprint is 7866 7A44 9847 74B0 D205 44A1 F3FE 4D58 161C B522

To claim this, I am signing this object:

<?php
/**
* Implements of hook_drush_command().
*/
function migration_filepath_drush_command() {
$items = array();
$items['migration_filepath'] = array(
'description' => "Move files to subdirectories",
'callback' => 'drush_migration_filepath',