sea-orm/build-tools/del-rel-dep.sh
2023-07-27 21:48:26 +08:00

5 lines
220 B
Bash

#!/bin/bash
set -e
find examples/ -depth -type f -name '*.toml' -exec sed -i '/^path = "..\/..\/..\/sea-orm-migration"/d' {} \;
find examples/ -depth -type f -name '*.toml' -exec sed -i '/^path = "..\/..\/..\/"/d' {} \;