Skip to content

Instantly share code, notes, and snippets.

@NinjaLikesCheez
Created April 20, 2014 10:59
Show Gist options
  • Save NinjaLikesCheez/11111208 to your computer and use it in GitHub Desktop.
Save NinjaLikesCheez/11111208 to your computer and use it in GitHub Desktop.
Clutch Signing and SCP Script.
#!/bin/sh
CERTIFICATE_NAME=gdb
DEVICE_IP=192.168.1.100
codesign -f -s $CERTIFICATE_NAME --entitlements Clutch.entitlements Clutch
scp Clutch root@$DEVICE_IP:/usr/bin/
ssh root@$DEVICE_IP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment