[Previous]
[Next]
NAME:
hafbfts_sync
PURPOSE:
Synchronizes local mirror of HAFB skymaps with the
content of the directory containing skymaps to be
burned on DVD.
CATEGORY:
smei/gen/python
CALLING SEQUENCE:
hafbfts_sync.py <mirror> <destination> <file_list>
INPUTS:
sys_argv command line list sys.argv
contains the info to log into the ftp site
OUTPUTS:
Updated <destination>
CALLS:
PROCEDURE:
MODIFICATION HISTORY:
JUL-2004, Paul Hick (UCSD/CASS)
[Previous]
[Next]
NAME:
hash_documentation
PURPOSE:
Prints documentation headers to standard output
CATEGORY:
general/bash
CALLING SEQUENCE:
dochead [--count <count>] <program>
INPUTS:
<program> fully-qualified path to script
OPTIONAL INPUT:
--count <count>
sets the number of headers printed;
by default the first header is printed
OUTPUTS:
Prints to stdout
INCLUDES:
tiny_bits.sh, get_options.sh
CALLS:
get_options, tiny_die
PROCEDURE:
Prints every line between the first "#+" line and
the first "#-" line for bash scripts.
For Perl scripts "=head" and "=cut" are used.
MODIFICATION HISTORY:
JUN-2011, Paul Hick (UCSD/CAIDA)
JUN-2013, Paul Hick (UCSD/CAIDA; pphick@caida.org)
Added --count
[Previous]
[Next]
NAME:
hash_documentation
PURPOSE:
Prints software headers to standard output
CATEGORY:
general/bash
CALLING SEQUENCE:
hash_documentation <program>
INPUTS:
<program> fully-qualified path to script
OUTPUTS:
Prints to stdout
PROCEDURE:
Prints every line between the first "#+" line and
the first "#-" line.
The first character of each line is stripped off
(should be a hash)
MODIFICATION HISTORY:
JUN-2011, Paul Hick (UCSD/CAIDA; pphick@caida.org)