25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Michael Murtaugh ee4f56acf6 gulp 4 yıl önce
..
README.scripts gulp 4 yıl önce
curl gulp 4 yıl önce
dump_db gulp 4 yıl önce
flock-test gulp 4 yıl önce
get_entries_from_log gulp 4 yıl önce
make_password gulp 4 yıl önce
make_snap gulp 4 yıl önce
restore_snap gulp 4 yıl önce
run_if_needed.pl gulp 4 yıl önce
track2fact gulp 4 yıl önce
unupdate_dbs gulp 4 yıl önce
update_db gulp 4 yıl önce

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.