github.com/openshift-online/ocm-sdk-go@v0.1.473/hack/clean-openapi.sh (about)

     1  #!/bin/bash
     2  
     3  source "$(dirname "${BASH_SOURCE}")/init.sh"
     4  
     5  TARGET_DIR="${1:-.}"
     6  
     7  # clean existing output
     8  rm -rf "${TARGET_DIR}"