Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
josch committed Jul 4, 2014
1 parent 55fc72e commit c563404
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ for now though.
best to adjust your terminal window to that size as well using the
following to check:

$ watch "tput cols; tput lines"
$ watch "tput cols; tput lines"

- Start recording:

$ SHELL=/bin/sh TERM=vt100 script -t typescript 2> timingfile
$ SHELL=/bin/sh TERM=vt100 script -t typescript 2> timingfile

- Do your stuff and when done exit script with `exit`, `logout` or
ctrl-d.
- To test how your recorded session looks like, use:

$ scriptreplay timingfile typescript
$ scriptreplay timingfile typescript

- Enter `timingfile` and `typescript` into form above and hit the play
button.
Expand Down

0 comments on commit c563404

Please sign in to comment.