diff options
author | Sven Gothel <[email protected]> | 2011-09-30 16:45:04 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-30 16:45:04 +0200 |
commit | feac236a9ec62a5a51053e06ad08ba9847c1b540 (patch) | |
tree | 87a1585cda051ce04e7ee87732cd3efff4a2eed9 /make/scripts | |
parent | 685d46d409ad9e0c4905a5b22bfba525456eedea (diff) |
scripts
Diffstat (limited to 'make/scripts')
-rwxr-xr-x | make/scripts/adb-reinstall-all.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make/scripts/adb-reinstall-all.sh b/make/scripts/adb-reinstall-all.sh new file mode 100755 index 000000000..dcbd1c861 --- /dev/null +++ b/make/scripts/adb-reinstall-all.sh @@ -0,0 +1,4 @@ +sdir=`dirname $0` + +$sdir/adb-uninstall-all.sh +$sdir/adb-install-all.sh |