projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Make sure that the libpam-arvados package puts its various files in the place
[arvados.git]
/
sdk
/
python
/
bin
/
arv-ls
1
#!/usr/bin/env python
2
# Copyright (C) The Arvados Authors. All rights reserved.
3
#
4
# SPDX-License-Identifier: Apache-2.0
5
6
import sys
7
8
from arvados.commands.ls import main
9
10
sys.exit(main(sys.argv[1:], sys.stdout, sys.stderr))