commit e7f87a7c5e7e148315af8038c2363105378052bd
parent e30169dbe89fa3cd0a88c7ed8a41c7b172c8e6b3
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Thu, 1 Aug 2019 13:56:14 +0200
checklinks: output commands as they run
Former-commit-id: 2316ccb29c2268d43bbf39e20cad282f3175b03d
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/scripts/checklinks b/scripts/checklinks
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
+set -x
if ! command -v wget &> /dev/null; then
echo "Please install wget."
exit 1