rebase.sh 152 B

123456
  1. #!/bin/sh
  2. cd "$(dirname "$0")" || exit 1
  3. find . -name "index.xml" \
  4. | xargs sed -I '' -e "s|https://dev.seppo.social/2024-03-11|http://localhost/wb|g"