aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-13 07:11:31 -0300
committerEuAndreh <eu@euandre.org>2023-03-13 07:11:33 -0300
commita2ea839aa9a8a10db2196493847b603e9b6594ca (patch)
tree1919a3d3f0f504cd52eb3e1393086e79bed00a98 /bin
parentbin/email: Make ADDRESS optional (diff)
downloaddotfiles-a2ea839aa9a8a10db2196493847b603e9b6594ca.tar.gz
dotfiles-a2ea839aa9a8a10db2196493847b603e9b6594ca.tar.xz
bin/reconfigure: Make it verbose by default via "set -x"
For debugging cronjob output.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reconfigure b/bin/reconfigure
index 72eb0c7..63e255a 100755
--- a/bin/reconfigure
+++ b/bin/reconfigure
@@ -1,5 +1,6 @@
#!/bin/sh
set -eu
+set -x
usage() {
cat <<-'EOF'