Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
ticker_config
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wallets
ticker_config
Commits
3fc35ee1
Commit
3fc35ee1
authored
Oct 18, 2019
by
shajiaiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
7e4648ba
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
Ticker.sh
shell/Ticker.sh
+0
-3
TickerAll.sh
shell/TickerAll.sh
+0
-0
TickerHot.sh
shell/TickerHot.sh
+3
-0
TickerSort.sh
shell/TickerSort.sh
+2
-2
No files found.
shell/Ticker.sh
deleted
100644 → 0
View file @
7e4648ba
#!/bin/bash
while
true
;
do
php /data_wallet/token_config/yii ticker-update
>>
/data_wallet/ticker.log 2>&1
;
sleep
60
;
done
&
\ No newline at end of file
shell/Ticker
Update
.sh
→
shell/Ticker
All
.sh
View file @
3fc35ee1
File moved
shell/TickerHot.sh
0 → 100644
View file @
3fc35ee1
#!/bin/bash
while
true
;
do
php /data_wallet/token_config/yii ticker
>>
/data_wallet/ticker-huobi.log 2>&1
;
sleep
10
;
done
&
\ No newline at end of file
shell/TickerSort.sh
View file @
3fc35ee1
#!/bin/bash
while
true
;
do
php /data_wallet/token_config/yii ticker-update/sort
>>
/data_wallet/ticker-sort.log 2>&1
;
sleep
60
;
done
&
\ No newline at end of file
while
true
;
do
php /data_wallet/token_config/yii ticker/sort
>>
/data_wallet/ticker-sort.log 2>&1
;
sleep
60
;
done
&
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment