2019-04-20 15:48:57 +01:00
|
|
|
# scriptreplay
|
|
|
|
|
2023-08-09 06:29:02 +01:00
|
|
|
> Replay a typescript created by the `script` command to `stdout`.
|
2022-03-21 17:07:48 +00:00
|
|
|
> More information: <https://manned.org/scriptreplay>.
|
2019-04-20 15:48:57 +01:00
|
|
|
|
|
|
|
- Replay a typescript at the speed it was recorded:
|
|
|
|
|
|
|
|
`scriptreplay {{path/to/timing_file}} {{path/to/typescript}}`
|
|
|
|
|
|
|
|
- Replay a typescript at double the original speed:
|
|
|
|
|
|
|
|
`scriptreplay {{path/to/timingfile}} {{path/to/typescript}} 2`
|
|
|
|
|
|
|
|
- Replay a typescript at half the original speed:
|
|
|
|
|
|
|
|
`scriptreplay {{path/to/timingfile}} {{path/to/typescript}} 0.5`
|