Makefile target to rebuild the gif file on the README
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
tty.gif
|
||||
ttyrecord
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user