Chromium Code Reviews| Index: client/artool |
| diff --git a/client/artool b/client/artool |
| new file mode 100755 |
| index 0000000000000000000000000000000000000000..5beb3f08bc8e23bcc04ab114c3892cb7d111fe27 |
| --- /dev/null |
| +++ b/client/artool |
| @@ -0,0 +1,2 @@ |
| +#!/bin/sh |
| +exec python -m libs.arfile.cli $@ |