3899: Shorten count of ended/succeed/failed in a-r-p-i with some clever Ruby.
[arvados.git] / sdk / python / bin / arv-put
1 #!/usr/bin/env python
2
3 from arvados.commands.put import main
4 main()