Skip to content
Snippets Groups Projects
Forked from SCS / docs.it4i.cz
1582 commits behind, 1659 commits ahead of the upstream repository.
clean_json.sh 146 B
#!/bin/bash
sed 's/\\u00a0/ /g' -i "$@"
sed 's,\\n\\n, ,g' -i "$@"
sed 's,\\n , ,g' -i "$@"
sed 's, \\n, ,g' -i "$@"
sed -e 's/^[ \t]*//' -i "$@"