From c4e1abac0586903436629f113a1f7427814e4334 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 8 Jan 2018 18:59:51 +0200 Subject: [PATCH] Show progress during dd copy. --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 561cd63..df01c0a 100644 --- a/.bashrc +++ b/.bashrc @@ -76,6 +76,7 @@ alias prune_prerun='find "$HOME" -maxdepth 1 -name ".prerun.*" -print0 | grep -z 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' +alias dd='dd status=progress' deduce_aws_region () { AWS_DEFAULT_REGION="$(python << EOF -- GitLab