blob: 1d606fcd892641516eaff5efc6d99579f4d0b47a [file] [log] [blame]
stephanacdec56e2015-04-21 08:31:59 -07001#!/bin/bash
2###############################################################################
3# Copyright 2015 Google Inc.
4#
5# Use of this source code is governed by a BSD-style license that can be
6# found in the LICENSE file.
7###############################################################################
stephanadeee2982015-05-05 07:55:06 -07008#
9# Removes the path identified by the first argument from the directory.
10#
11
12set -x -e
stephanacdec56e2015-04-21 08:31:59 -070013
14SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
15source $SCRIPT_DIR/ios_setup.sh
16
stephanadeee2982015-05-05 07:55:06 -070017ios_rm $1