Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Unified Diff: client/artool

Issue 2049523004: luci-py: Tools for working with BSD style ar archives. (Closed) Base URL: https://github.com/luci/luci-py.git@master
Patch Set: Actually fix the unicode problem properly. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | client/libs/arfile/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 $@
« no previous file with comments | « no previous file | client/libs/arfile/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698