1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-12-29 09:28:07 +00:00

doit script to automatically build & upload to phone

This commit is contained in:
Greg Alexander 2014-12-16 16:35:55 -05:00
parent f0dcb8b2c0
commit e347dfb2d0

1
doit Executable file
View File

@ -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'