diff --git a/resources/.gitignore b/resources/.gitignore new file mode 100644 index 0000000..58da21f --- /dev/null +++ b/resources/.gitignore @@ -0,0 +1,2 @@ +tty.gif +ttyrecord diff --git a/resources/Makefile b/resources/Makefile new file mode 100644 index 0000000..5515eb8 --- /dev/null +++ b/resources/Makefile @@ -0,0 +1,7 @@ +kapow.gif: tty.gif + cp tty.gif kapow.gif +tty.gif: ttyrecord + WINDOWID=$(shell xdotool getwindowfocus) ttygif ttyrecord +ttyrecord: + stty cols 110 + ttyrec -e bash ttyrecord