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