Browse Source

Update README.md

pull/1/head
Marc Schöchlin 12 years ago
parent
commit
022ccfaee2
1 changed files with 6 additions and 8 deletions
  1. +6
    -8
      README.md

+ 6
- 8
README.md View File

@ -9,15 +9,13 @@ Usage
-----
* Record session
```
script -t /tmp/foo/2013-09-11_18-47-45.user1.11931.typescript \
2> /tmp/foo/2013-09-11_18-47-45.user1.11931.timing
```
```
script -t /tmp/foo/typescript 2> /tmp/foo/timing
```
* Replay session
```
scriptreplay -t /tmp/foo/2013-09-11_18-47-45.user1.11931.timing \
/tmp/foo/2013-09-11_18-47-45.user1.11931.typescript
```
```
scriptreplay -t timing typescript
```


Loading…
Cancel
Save