From 14d2454633a3f38d561066c1fa16a85543aa74ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Thu, 5 Sep 2019 09:22:18 +0200 Subject: [PATCH] Makefile target to rebuild the gif file on the README --- resources/.gitignore | 2 ++ resources/Makefile | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 resources/.gitignore create mode 100644 resources/Makefile 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