MarketTrend: add new alpha panel (#40909)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
SED=$(command -v gsed)
|
||||
SED=${SED:-"sed"}
|
||||
|
||||
FILES=$(grep -rl '"schemaVersion": 3[01]' devenv)
|
||||
FILES=$(grep -rl '"schemaVersion": 3[0123]' devenv)
|
||||
set -e
|
||||
set -x
|
||||
for DASH in ${FILES}; do echo "${DASH}"; grep -v 'null,$' "${DASH}" > "${DASH}-nulless"; mv "${DASH}-nulless" "${DASH}"; done
|
||||
|
||||
Reference in New Issue
Block a user