diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-28 02:25:18 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-11-01 22:56:25 -0700 |
commit | e17a8c4f2ae16f8daab460936a9b130d024173dd (patch) | |
tree | 1544816ffb283219f2de45b0a8e99d6f7ebe24f6 /MobileCydia.app/Test | |
parent | 6067f1b8116d8fb2502359f430b9d958e10807b9 (diff) |
Rename Cydia.* to MobileCydia.* and add Cydia.frappliance.
Diffstat (limited to 'MobileCydia.app/Test')
-rwxr-xr-x | MobileCydia.app/Test | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MobileCydia.app/Test b/MobileCydia.app/Test new file mode 100755 index 0000000..123c7eb --- /dev/null +++ b/MobileCydia.app/Test @@ -0,0 +1,9 @@ +#!/bin/bash +killall Cydia_ +set -e +rsync -SPaz --copy-links saurik@carrier.saurik.com:menes/cydia/cydia_iphoneos-arm.deb . +dpkg -i cydia_iphoneos-arm.deb +touch /tmp/cydia.log +chown mobile.mobile /tmp/cydia.log +uiopen "${1-cydia://}" +exec tail /var/log/syslog /tmp/cydia.log -fn0 |