mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
4 lines
117 B
Bash
Executable File
4 lines
117 B
Bash
Executable File
#!/usr/bin/sh
|
|
|
|
date -s @`echo "$(curl https://api.binance.com/api/v3/time 2>/dev/null | jq .serverTime)/1000"|bc -l`
|