Files
stacks-puppet-node/blockstack_cli/blockstack_registrar/run_loop
Muneeb Ali bdd5a789a4 Added:
-- UNIX bash scripts for polling in a loop (to be used with cron)
    -- Added multi-threaded test code (debug2 to-remove)
    -- First stab at state-machine of profile registrations and what state triggers what func
2014-07-11 20:59:09 -07:00

7 lines
145 B
Plaintext
Executable File

while true; do
python register_daemon.py;
python -m blockdata.activate;
echo "sleeping";
echo "-------------------------";
sleep 1200;
done