From da8543510a64924165d41ef5dd35157f31ec67ca Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Thu, 6 Feb 2025 17:01:23 +0100 Subject: [PATCH] build.sh: show commands as they are run --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 0e7596b..3e84a25 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,4 @@ #!/usr/bin/env bash +set -v rm ethercat gcc -Wall -Wextra ethercat.c -o ethercat