Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: platform_tools/ios/bin/ios_cat_file

Issue 1085583006: iOS platform scripts to be used by buildbots (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: platform_tools/ios/bin/ios_cat_file
diff --git a/platform_tools/ios/bin/ios_pull_if_needed b/platform_tools/ios/bin/ios_cat_file
similarity index 88%
copy from platform_tools/ios/bin/ios_pull_if_needed
copy to platform_tools/ios/bin/ios_cat_file
index 46ad89437ecca76a01183c73326096624922fb35..8a0ed5680b51c650354a33fd36b033f40c2aa770 100755
--- a/platform_tools/ios/bin/ios_pull_if_needed
+++ b/platform_tools/ios/bin/ios_cat_file
@@ -9,10 +9,8 @@
#
# Pull the given file/directory off the device.
borenet 2015/05/05 12:59:02 I think this needs updating.
stephana-chromium 2015/05/05 13:30:25 Done.
#
+
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source $SCRIPT_DIR/ios_setup.sh
-HOST_PATH=$1
-DEVICE_PATH=$2
-
-ios_pull $HOST_PATH $DEVICE_PATH
+ios_cat $1

Powered by Google App Engine
This is Rietveld 408576698