diff options
author | Simon Shine <shreddedglory@gmail.com> | 2020-02-12 04:54:36 +0100 |
---|---|---|
committer | Simon Shine <shreddedglory@gmail.com> | 2020-02-12 04:54:36 +0100 |
commit | a3b0585374d69e392fdb724bde30bc4048358d31 (patch) | |
tree | 6a5520ab2f1146939f15b9db6dddcc7271fbcfef /cs-cz | |
parent | 1adab9bc3f80d82123987ff34083568030735db7 (diff) |
Rename Python 3 markdown files into 'python'
```
for f in $(find . -iname "*python3*" | grep -vE 'git'); do
fnew=$(echo "$f" | sed 's/python3/python/')
git mv "$f" "$fnew"
done
Diffstat (limited to 'cs-cz')
-rw-r--r-- | cs-cz/python.html.markdown (renamed from cs-cz/python3.html.markdown) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/cs-cz/python3.html.markdown b/cs-cz/python.html.markdown index bd3690a8..bd3690a8 100644 --- a/cs-cz/python3.html.markdown +++ b/cs-cz/python.html.markdown |