Skip to content
Snippets Groups Projects
Commit 57b48ed3 authored by David Hrbáč's avatar David Hrbáč
Browse files

Corrections to clean_json.sh

parent 644141c5
Branches
Tags
No related merge requests found
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 $@
#!/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 "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment