From e347dfb2d0ee2879cf91c676999d32e7541db377 Mon Sep 17 00:00:00 2001 From: Greg Alexander Date: Tue, 16 Dec 2014 16:35:55 -0500 Subject: [PATCH] doit script to automatically build & upload to phone --- doit | 1 + 1 file changed, 1 insertion(+) create mode 100755 doit diff --git a/doit b/doit new file mode 100755 index 0000000..1e56cbd --- /dev/null +++ b/doit @@ -0,0 +1 @@ +ndk-build -j8 && ant debug && cat bin/SimpleSSHD-debug.apk | ssh roach 'cat > /sdcard/buh.apk; source .profile; pm install -r /sdcard/buh.apk'