The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

script to download files from git version control system.

VERSION

version 1.0.1

DESCRIPTION

    $ download --help
    download git_repo_url <some-arg>
            --commit STR       sha1, branch or tag. Default HEAD
            --include_re STR   regular expression to filter number of files.
                               Default ^(?!\.git/)
            --to_dir STR       directory to save files. Default ./
            --help             print usage message and exit

The `git` binary is needed for the script to work.

Script exits with non zero code in case of error.

The most common way of using this script is to specify --include_re ^lib/

AUTHOR

Ivan Bessarabov <ivan@bessarabov.ru>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Ivan Bessarabov.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.