commit | fb2b8eb2e2456a7dd091593cbc1a0c237c41f6ab | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Apr 23 21:03:42 2009 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Apr 23 21:03:42 2009 |
tree | bd05a1a6a5338471301c5418c47bf4cefbae6f43 |
Create the Next Generation of depot_tools. Eh. Review URL: http://codereview.chromium.org/92087 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@14349 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/gcl b/gcl new file mode 100755 index 0000000..f7e6054 --- /dev/null +++ b/gcl
@@ -0,0 +1,5 @@ +#!/bin/sh + +base_dir=$(dirname "$0") + +exec python "$base_dir/gcl.py" "$@"