mirror of
https://github.com/Karmaz95/Snake_Apple.git
synced 2026-07-08 19:37:51 +02:00
Refactor comment
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user