Commit b22ab4bf authored by nimrod's avatar nimrod
Browse files

Added http-sever shell alias to Python3's SimpleHTTPServer.

parent f4dd9425
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -75,6 +75,7 @@ alias presentation='docker dev adarnimrod/presentation'
alias prune_prerun='find "$HOME" -maxdepth 1 -name ".prerun.*" -print0 | grep -zv "$(pgrep -u "$(id -u)" bash)" | xargs -0r rm '
alias netdata='docker run --detach --name netdata --cap-add SYS_PTRACE --volume /proc:/host/proc:ro --volume /sys:/host/sys:ro --volume /var/run/docker.sock:/var/run/docker.sock --publish 19999:19999 firehol/netdata'
alias json-tool='python3 -m json.tool'
alias http-server='python3 -m http.server 8080'

deduce_aws_region () {
    AWS_DEFAULT_REGION="$(python << EOF