Rename Python 2 markdown files into 'pythonlegacy'

```
for f in $(find . -iname "*python*" | grep -vE 'python3|git|statcomp'); do
  flegacy=$(echo "$f" | sed 's/python/pythonlegacy/')
  git mv "$f" "$flegacy"
done
```
This commit is contained in:
Simon Shine 2020-02-12 04:49:56 +01:00
parent 5c1cc4c823
commit 1adab9bc3f
15 changed files with 0 additions and 0 deletions