MarketTrend: add new alpha panel (#40909)

This commit is contained in:
Leon Sorokin
2021-11-05 18:01:26 -07:00
committed by GitHub
parent af61839a26
commit f0a108afb3
26 changed files with 2991 additions and 64 deletions
+1 -1
View File
@@ -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