summaryrefslogtreecommitdiffhomepage
path: root/ro-ro/pythonlegacy-ro.html.markdown
Commit message (Collapse)AuthorAgeLines
* Rename Python 2 markdown files into 'pythonlegacy'Simon Shine2020-02-12-0/+493
``` for f in $(find . -iname "*python*" | grep -vE 'python3|git|statcomp'); do flegacy=$(echo "$f" | sed 's/python/pythonlegacy/') git mv "$f" "$flegacy" done ```