From 06e21be610f2c792ec732bebacd0b35856200934 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 9 May 2016 12:59:50 -0700 Subject: [PATCH] remove -x --- alarm | 1 - 1 file changed, 1 deletion(-) 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"; -- 2.39.2