]> git.arvados.org - arvados.git/blob - services/fuse/bin/arv-mount
Merge branch '8087-arv-cli-request-body-from-file' of https://github.com/wtsi-hgi...
[arvados.git] / services / fuse / bin / arv-mount
1 #!/usr/bin/env python
2
3 import arvados_fuse.command
4
5 if __name__ == '__main__':
6     args = arvados_fuse.command.ArgumentParser().parse_args()
7     arvados_fuse.command.Mount(args).run()