mirror of
https://github.com/Karmaz95/Snake_Apple.git
synced 2026-03-30 14:00:16 +02:00
Refactor comment
This commit is contained in:
@@ -1,13 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# ╔══════════════════════════════════════════════════════════════════════════════╗
|
||||
# ║ CHECK BUNDLE EXECUTABLE ║
|
||||
# ║ ║
|
||||
# ║ A tool for extracting executable names from macOS app bundles Info.plist ║
|
||||
# ║ ║
|
||||
# ║ Author: Karol Mazurek @karmaz95 ║
|
||||
# ║ GitHub: https://github.com/karmaz95 ║
|
||||
# ╚══════════════════════════════════════════════════════════════════════════════╝
|
||||
# CHECK BUNDLE EXECUTABLE
|
||||
# A tool for extracting executable names from macOS app bundles Info.plist
|
||||
|
||||
get_executable_name() {
|
||||
local plist="$1"
|
||||
|
||||
Reference in New Issue
Block a user