Index: platform_tools/ios/bin/ios_rm |
diff --git a/platform_tools/ios/bin/ios_mkdir b/platform_tools/ios/bin/ios_rm |
similarity index 80% |
copy from platform_tools/ios/bin/ios_mkdir |
copy to platform_tools/ios/bin/ios_rm |
index 713702b524d6e1c5b40fe3cd8b4dd0fa3f86f6f7..1d606fcd892641516eaff5efc6d99579f4d0b47a 100755 |
--- a/platform_tools/ios/bin/ios_mkdir |
+++ b/platform_tools/ios/bin/ios_rm |
@@ -6,9 +6,12 @@ |
# found in the LICENSE file. |
############################################################################### |
# |
-# Create a directory relative to the Documents directory. |
+# Removes the path identified by the first argument from the directory. |
+# |
+ |
+set -x -e |
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" |
source $SCRIPT_DIR/ios_setup.sh |
-ios_mkdir $1 |
+ios_rm $1 |