diff options
Diffstat (limited to 'src/data/proto-test/print-raw.sh')
-rwxr-xr-x | src/data/proto-test/print-raw.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/proto-test/print-raw.sh b/src/data/proto-test/print-raw.sh index 61b2997..a824fe1 100755 --- a/src/data/proto-test/print-raw.sh +++ b/src/data/proto-test/print-raw.sh @@ -1,2 +1,2 @@ #!/bin/bash -sed -E -e "/^((\\s+)?#.*)?$/D" -e "s/\\s//g" | tr -d "\\n" | xxd -ps -r +sed -E -e "s/((\\s+)?#.*)?$//" -e "/^(\\s+)?$/D" -e "s/\\s//g" | tr -d "\\n" | xxd -ps -r |