remove comments

This commit is contained in:
constantin 2024-09-04 16:00:49 +02:00
parent 28ae1bafa9
commit 205f0b0b88

4
source
View File

@ -1,12 +1,8 @@
#!/bin/bash #!/bin/bash
script_path=$(realpath "$0") script_path=$(realpath "$0")
# Extract the directory from the script path
directory=$(dirname "$script_path") directory=$(dirname "$script_path")
#!/bin/bash
for file in "$directory"/*.sh; do for file in "$directory"/*.sh; do
if [ "$(basename "$file")" != update.sh ]; then if [ "$(basename "$file")" != update.sh ]; then
chmod +x "$file" chmod +x "$file"