From a62730a43190d817f020a04178b5b28e3b667afa Mon Sep 17 00:00:00 2001 From: Eric Claeys <83164203+EricClaeys@users.noreply.github.com> Date: Sat, 28 Dec 2024 21:48:23 -0600 Subject: [PATCH] Update execute.sh: Remove Eric's comments --- scripts/utilities/execute.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/utilities/execute.sh b/scripts/utilities/execute.sh index 734e9d0b6..9f07e82f2 100755 --- a/scripts/utilities/execute.sh +++ b/scripts/utilities/execute.sh @@ -1,7 +1,4 @@ #!/bin/bash -# variables.sh -# addMessage.sh -# execute.sh (needs to be 755). # Execute the specified command. # Normally the command is built-in, but allow for an arbitrary command.