update name of mlbstats
This commit is contained in:
@@ -37,4 +37,4 @@ save="\"sqlite3 $db '.mode ascii' '.separator ' '.import /dev/stdin plays'\""
|
||||
|
||||
# grab select data from each response with jq, add 0 to the end of each line
|
||||
# (to go in the 'posted' db column), then write each line as they come in to db
|
||||
mlblive subscribe -g $gamePk | jq -Sc "$jqFilter" | awk "{$fmt | $save; close($save)}"
|
||||
mlbstats subscribe -g $gamePk | jq -Sc "$jqFilter" | awk "{$fmt | $save; close($save)}"
|
||||
|
||||
Reference in New Issue
Block a user