mirror of
https://github.com/Karmaz95/Snake_Apple.git
synced 2026-05-15 16:47:58 +02:00
Add check_cs.sh wrapper
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Usage: check_cs PATH
|
||||
|
||||
codesign -dvvvv --entitlements - "$1" 2>&1
|
||||
Reference in New Issue
Block a user