diff options
author | Sven Gothel <[email protected]> | 2012-03-07 04:45:18 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-03-07 04:45:18 +0100 |
commit | ed155ad0da6c970a16c200466a9545c5a8d23af9 (patch) | |
tree | 389e7e0ba9adf25a79c1f2e053fe1d91b4e463bf /make/scripts/adb-reinstall-all-armv7.sh | |
parent | 9292432402df031a7d622518278c38bbc5a17756 (diff) | |
parent | ea9a706de4fc549c27df401d0c86c602075a5e06 (diff) |
Merge branch 'pulled'
Diffstat (limited to 'make/scripts/adb-reinstall-all-armv7.sh')
-rwxr-xr-x | make/scripts/adb-reinstall-all-armv7.sh | 5 |
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 000000000..2cb7713dc --- /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 $* + |