From: Don Armstrong Date: Mon, 9 May 2016 19:59:50 +0000 (-0700) Subject: remove -x X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=06e21be610f2c792ec732bebacd0b35856200934;p=bin.git remove -x --- diff --git a/alarm b/alarm index ee200a0..61c6119 100755 --- a/alarm +++ b/alarm @@ -1,5 +1,4 @@ #!/bin/bash -set -x SLEEP=$1; if [ -z "$SLEEP" ]; then SLEEP="0.1s";