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" "$@"