summaryrefslogtreecommitdiff
path: root/push.sh
diff options
context:
space:
mode:
Diffstat (limited to 'push.sh')
-rwxr-xr-xpush.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/push.sh b/push.sh
new file mode 100755
index 0000000..2c02ff5
--- /dev/null
+++ b/push.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+cd "$(dirname "$0")"
+. settings.sh
+
+for d in $DIRS; do
+ "$ADB" push $d "$SYS"/$d
+done