diff options
author | Simon Shine <shreddedglory@gmail.com> | 2020-02-12 04:49:56 +0100 |
---|---|---|
committer | Simon Shine <shreddedglory@gmail.com> | 2020-02-12 04:53:08 +0100 |
commit | 1adab9bc3f80d82123987ff34083568030735db7 (patch) | |
tree | 31351dc4d518a699b9c7c898b3f24d437195a542 /ja-jp/python-jp.html.markdown | |
parent | 5c1cc4c82309a64daacbd687dd4091998cb806cc (diff) |
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
```
Diffstat (limited to 'ja-jp/python-jp.html.markdown')
0 files changed, 0 insertions, 0 deletions