Add 'build/' from commit '555b039609a3c8700c27767c255fdfe00eb42063'
[arvados.git] / sdk / python / bin / arv-ls
1 #!/usr/bin/env python
2
3 import sys
4
5 from arvados.commands.ls import main
6
7 sys.exit(main(sys.argv[1:], sys.stdout, sys.stderr))