github.com/thanos-io/thanos@v0.32.5/scripts/cleanup-white-noise.sh (about)

     1  #!/usr/bin/env bash
     2  SED_BIN=${SED_BIN:-sed}
     3  
     4  ${SED_BIN} -i 's/[ \t]*$//' "$@"