Chromium Code Reviews| 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 |