mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2024-11-21 23:25:08 +00:00
Update d-JSON.sh-test.sh
This commit is contained in:
parent
5a3e68370d
commit
2a5d47df8d
@ -23,7 +23,7 @@ do
|
||||
for jsonfile in "${REFDIR}"/*.in
|
||||
do
|
||||
set -f
|
||||
[ "${i}" = "1" ] && "${JSON}" -s -b -n <"${jsonfile}" >"${jsonfile}.out-${i}"
|
||||
[ "${i}" = "1" ] && "${JSON}" -b -n <"${jsonfile}" >"${jsonfile}.out-${i}"
|
||||
[ "${i}" = "2" ] && "${JSON}" <"${jsonfile}" >"${jsonfile}.out-${i}"
|
||||
|
||||
# output processed input
|
||||
|
Loading…
Reference in New Issue
Block a user