summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (europa) <paul@buetow.org>2015-06-20 12:23:11 +0100
committerPaul Buetow (europa) <paul@buetow.org>2015-06-20 12:23:11 +0100
commit10ba3e1d94e28baceea93f8067ede8985cafea23 (patch)
tree2c6c7d82ceaf2e98d0452ed1dcc0591c6bcf5711
parentccbfcf91f97f981007d56229d27f0555f1761b24 (diff)
Anger is momentary madness.
-- Horace
-rw-r--r--Makefile4
-rw-r--r--storage/sdcard1/Linux/jessie.sh2
2 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f942b6b..0c37793 100644
--- a/Makefile
+++ b/Makefile
@@ -2,4 +2,6 @@ shell:
adb wait-for-device && adb shell
reboot:
adb reboot && adb wait-for-device && adb shell
-
+push:
+ adb push storage/sdcard1/Linux/jessie.sh /storage/sdcard1/Linux
+ adb push data/local/debroid.sh /data/local
diff --git a/storage/sdcard1/Linux/jessie.sh b/storage/sdcard1/Linux/jessie.sh
index ea42f4e..637ffdc 100644
--- a/storage/sdcard1/Linux/jessie.sh
+++ b/storage/sdcard1/Linux/jessie.sh
@@ -3,7 +3,7 @@
set -x
export ARG=$1
-export ROOT=$(pwd)/jessie
+export ROOT=/storage/sdcard1/Linux/jessie
export LOOP_DEVICE=/dev/block/loop1
export SHELL=/bin/bash