From c56340402eccad7293f098a5f436c4e576c08770 Mon Sep 17 00:00:00 2001 From: josch Date: Sat, 5 Jul 2014 00:41:16 +0200 Subject: [PATCH] fix README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b5255a3..602f511 100644 --- a/README.md +++ b/README.md @@ -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.