tools/userland-fetch
changeset 3770 ca450a806cc1
parent 3533 0b8107a40da7
child 4196 d697072a92f5
equal deleted inserted replaced
3768:34ddbee8e07b 3770:ca450a806cc1
     1 #!/usr/bin/python2.6
     1 #!/usr/bin/python2.7
     2 #
     2 #
     3 # CDDL HEADER START
     3 # CDDL HEADER START
     4 #
     4 #
     5 # The contents of this file are subject to the terms of the
     5 # The contents of this file are subject to the terms of the
     6 # Common Development and Distribution License (the "License").
     6 # Common Development and Distribution License (the "License").
    17 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # fields enclosed by brackets "[]" replaced with your own identifying
    18 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 # information: Portions Copyright [yyyy] [name of copyright owner]
    19 #
    19 #
    20 # CDDL HEADER END
    20 # CDDL HEADER END
    21 #
    21 #
    22 # Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
    22 # Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
    23 #
    23 #
    24 #
    24 #
    25 # userland-fetch - a file download utility
    25 # userland-fetch - a file download utility
    26 #
    26 #
    27 #  A simple program similiar to wget(1), but handles local file copy, ignores
    27 #  A simple program similiar to wget(1), but handles local file copy, ignores