No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Michael Murtaugh ee4f56acf6 gulp hace 4 años
..
README.scripts gulp hace 4 años
curl gulp hace 4 años
dump_db gulp hace 4 años
flock-test gulp hace 4 años
get_entries_from_log gulp hace 4 años
make_password gulp hace 4 años
make_snap gulp hace 4 años
restore_snap gulp hace 4 años
run_if_needed.pl gulp hace 4 años
track2fact gulp hace 4 años
unupdate_dbs gulp hace 4 años
update_db gulp hace 4 años

README.scripts

update_db [-m <module>] <filename> <dbname>

    adds items in the file <filename> to the db with
    the basename <dbname>.  if -m <module> is specified that
    module is used rather than AnyDBM_File.

    file is of the form provided in ../files/infobot-is.txt
    which is to say

       <key> => <value>

    one per line, and <dbname> is something like infobot-is
    
    if the db doesn't exist, it will be created.  if it does
    exists, the entries will be added, potentially overwriting
    entries that exists with the same key.

    NOTE: skips lines that do not contain a => ... you can
    add comments this way.

dump_db [-m <module>] <dbname>

    turns the db into a flat ascii file of the form above.
    try e.g.
 
       dump_db infobot-is
       dump_db -m DB_File infobot-is.db

run_infobots.pl

    you'll need to edit this script to give the right home
    directory, but this is for crontabbing the infobot.  it
    will run it if it's not already running.  this is not
    highly tested!  YMMV.