Commit 0a0758f2 authored by shajiaiming's avatar shajiaiming

add shell

parent 52064c7d
#!/bin/bash
while true; do php /data_wallet/bn/token_config/yii exchange/quotation >> /data_wallet/bn/ticker-update.log 2>&1; sleep 180; done &
\ No newline at end of file
#!/bin/bash
while true; do php /data_wallet/bn/token_config/yii ticker/hot >> /data_wallet/bn/ticker-hot.log 2>&1; sleep 10; done &
\ No newline at end of file
#!/bin/bash
while true; do php /data_wallet/bn/token_config/yii ticker/sort >> /data_wallet/bn/ticker-sort.log 2>&1; sleep 60; done &
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment