Skip to content

Commit

Permalink
[T] Renamed directories containing is_linear
Browse files Browse the repository at this point in the history
for f in `find . -type d -name '*is_linear*'`; do
    git ls-files --error-unmatch "$f" &>/dev/null || continue;
    tgt="${f//is_linear/linear}";
    mkdir "$tgt";
    git mv "$f"/* "$tgt" || break;
done
  • Loading branch information
chleh committed Sep 29, 2023
1 parent 625fff0 commit 27fd2fa
Show file tree
Hide file tree
Showing 50 changed files with 0 additions and 0 deletions.

0 comments on commit 27fd2fa

Please sign in to comment.