learnxinyminutes-docs/ar-ar
Simon Shine a3b0585374 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
2020-02-12 04:54:36 +01:00
..
html-ar.html.markdown Update html-ar.html.markdown 2017-04-12 13:59:14 -07:00
python-ar.html.markdown Rename Python 3 markdown files into 'python' 2020-02-12 04:54:36 +01:00