Created
August 30, 2013 10:42
-
-
Save yteraoka/6388592 to your computer and use it in GitHub Desktop.
ttyrec でターミナルの録画・再生 ref: http://qiita.com/yteraoka/items/ea85f094f7c934e78e11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ttyrec aaa |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ttyplay aaa |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ nroff -man ttyplay.1 | less |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment