Commit 6bd81653 authored by nimrod's avatar nimrod
Browse files

Shell alias to clean screenshots.

parent 6392e385
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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