Skip to content
  • Luc Yriarte's avatar
    Cleanup slb.com references · 39748501
    Luc Yriarte authored
    for i in $(ls | grep '/' | grep -v venv); do find $i -type f -exec sed -i "s/slb.com/example.com/g" {} \;; done
    for i in $(ls | grep '/' | grep -v venv); do find $i -type f -exec sed -i "s/api.evq.csp./api./g" {} \;; done
    39748501