aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/adb-reinstall-all-armv7.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-03-18 09:20:51 +0100
committerSven Gothel <[email protected]>2012-03-18 09:20:51 +0100
commit6e732314105b12ef92a09c1db3823a55e9a39f4f (patch)
treed79edeb08c4cbcc592b1ac91765c59bc4e71166d /make/scripts/adb-reinstall-all-armv7.sh
parentf34a002adf9bf799ebc748578fddb7ec58ac589b (diff)
Added adb install files
Diffstat (limited to 'make/scripts/adb-reinstall-all-armv7.sh')
-rwxr-xr-xmake/scripts/adb-reinstall-all-armv7.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/make/scripts/adb-reinstall-all-armv7.sh b/make/scripts/adb-reinstall-all-armv7.sh
new file mode 100755
index 0000000..2cb7713
--- /dev/null
+++ b/make/scripts/adb-reinstall-all-armv7.sh
@@ -0,0 +1,5 @@
+sdir=`dirname $0`
+
+$sdir/adb-uninstall-all.sh $*
+$sdir/adb-install-all-armv7.sh $*
+