Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ijiraq committed Jul 25, 2014
1 parent ccf29fc commit f89b04a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ Or, you can retrieve the github distribution and use
* `vcp vos:vospace/test.txt ./` [copy test.txt to the local directory from the vospace container]
* `vmkdir`, `vrm`, `vrmdir`, `vsync` `vcat` and `vln`
1. In a Python script:
`#!python
```
#!python
import vos
client = vos.Client()
client.listdir('vos:jkavelaars')`
client.listdir('vos:jkavelaars')
```
provides a listing of the vospace container 'jkavelaars'

0 comments on commit f89b04a

Please sign in to comment.