Skip to content
Snippets Groups Projects
Commit d32bde70 authored by nimrod's avatar nimrod
Browse files

Shell alias to clean screenshots.

parent a916cdff
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,7 @@ alias netdata='docker run --detach --name netdata --cap-add SYS_PTRACE --volume
alias json-tool='python3 -m json.tool'
alias http-server='python3 -m http.server 8080'
alias dd='dd status=progress'
alias screenshot-cleanup='find "$HOME/Pictures" -name "Screenshot from *.png" -delete'
deduce_aws_region () {
AWS_DEFAULT_REGION="$(python << EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment