Skip to content

Instantly share code, notes, and snippets.

@yteraoka
Created August 30, 2013 10:42
Show Gist options
  • Save yteraoka/6388592 to your computer and use it in GitHub Desktop.
Save yteraoka/6388592 to your computer and use it in GitHub Desktop.
ttyrec でターミナルの録画・再生 ref: http://qiita.com/yteraoka/items/ea85f094f7c934e78e11
$ sudo yum -y install compat-glibc-headers
$ git clone git://git.kitenet.net/ttyrec.git
$ cd ttyrec
$ make CFLAGS="-DSVR4 -D_XOPEN_SOURCE=500 -I/usr/lib/x86_64-redhat-linux5E/include"
$ ttyrec aaa
$ ttyplay aaa
$ nroff -man ttyplay.1 | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment