Refactor comment

This commit is contained in:
Karol Mazurek
2025-12-22 20:01:10 +01:00
parent ff55402c23
commit d4cbd1a64c
+2 -8
View File
@@ -1,13 +1,7 @@
#!/bin/bash #!/bin/bash
# ╔══════════════════════════════════════════════════════════════════════════════╗ # CHECK BUNDLE EXECUTABLE
# ║ CHECK BUNDLE EXECUTABLE ║ # A tool for extracting executable names from macOS app bundles Info.plist
# ║ ║
# ║ A tool for extracting executable names from macOS app bundles Info.plist ║
# ║ ║
# ║ Author: Karol Mazurek @karmaz95 ║
# ║ GitHub: https://github.com/karmaz95 ║
# ╚══════════════════════════════════════════════════════════════════════════════╝
get_executable_name() { get_executable_name() {
local plist="$1" local plist="$1"