From e17a8c4f2ae16f8daab460936a9b130d024173dd Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 28 Oct 2010 02:25:18 -0700 Subject: Rename Cydia.* to MobileCydia.* and add Cydia.frappliance. --- MobileCydia.app/Test | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 MobileCydia.app/Test (limited to 'MobileCydia.app/Test') 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 -- cgit v1.2.3