mirror of
https://github.com/Karmaz95/Snake_Apple.git
synced 2026-03-30 14:00:16 +02:00
6 lines
80 B
Bash
Executable File
6 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Usage: check_cs PATH
|
|
|
|
codesign -dvvvv --entitlements - "$1" 2>&1
|