Skip to content
Snippets Groups Projects
Commit 16e54fab authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Added rmempty alias.

parent f6d56dd3
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,8 @@ alias full-upgrade='sudo apt-get update && sudo apt-get dist-upgrade -y'
alias aptud='sudo apt-get update'
alias aptug='sudo apt-get upgrade'
# python
# files
alias rmempty='find . -type d -empty -delete'
alias rmpyc='find . -name *.pyc -type f -delete && find . -name __pycache__ -type d -delete'
# send a file to the dir served by monitor on https
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment