From 205f0b0b885cfbce4a9ee09f325df37300c71d36 Mon Sep 17 00:00:00 2001 From: constantin Date: Wed, 4 Sep 2024 16:00:49 +0200 Subject: [PATCH] remove comments --- source | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source b/source index c5ca096..5050245 100755 --- a/source +++ b/source @@ -1,12 +1,8 @@ #!/bin/bash script_path=$(realpath "$0") - -# Extract the directory from the script path directory=$(dirname "$script_path") -#!/bin/bash - for file in "$directory"/*.sh; do if [ "$(basename "$file")" != update.sh ]; then chmod +x "$file"