From a78560944934d7728ae8d2949a5201487c0e4867 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Wed, 15 Oct 2025 16:18:19 -0400 Subject: add hooks to clones --- unignore | 2 ++ 1 file changed, 2 insertions(+) (limited to 'unignore') diff --git a/unignore b/unignore index 76097ac..bedb343 100755 --- a/unignore +++ b/unignore @@ -5,6 +5,8 @@ if [ $# -ne 1 ]; then exit 1 fi +set -xe + USER="compromyse" base_dir="$HOME" -- cgit v1.2.3