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 /ru-ru | |
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 'ru-ru')
-rw-r--r-- | ru-ru/pythonlegacy-ru.html.markdown (renamed from ru-ru/python-ru.html.markdown) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/ru-ru/python-ru.html.markdown b/ru-ru/pythonlegacy-ru.html.markdown index 6087a686..6087a686 100644 --- a/ru-ru/python-ru.html.markdown +++ b/ru-ru/pythonlegacy-ru.html.markdown |