Chromium Code Reviews

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: Removing the hashbang line. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | client/libs/ar/__init__.py » ('j') | client/libs/ar/cli.py » ('J')
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..5d45a5b038819907144de4dc44c83fbcebd75177
--- /dev/null
+++ b/client/artool
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec python -m libs.ar.cli $@
« no previous file with comments | « no previous file | client/libs/ar/__init__.py » ('j') | client/libs/ar/cli.py » ('J')

Powered by Google App Engine