From b3f4633d4566f636d9d4218dda7acf249fcedc89 Mon Sep 17 00:00:00 2001 From: Etienne Rey-bethbeder Date: Fri, 10 Mar 2023 12:54:31 +0100 Subject: [PATCH] bozo --- Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e7df34..4927c99 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ re: fclean all rebonus: fclean bonus -.PHONY: all clean fclean re rebonus coffee +.PHONY: all clean fclean re rebonus coffee bozo coffee: @clear @@ -135,3 +135,12 @@ coffee: @echo ' ""--..,,_____ _____,,..--"""''' @echo ' """------"""' make coffee + +bozo : + @wget -q -O bozo.gif https://i.kym-cdn.com/photos/images/newsfeed/002/322/200/e51.gif + @xdg-open bozo.gif + @sleep 0.15 + @xdotool key F11 + @sleep 4.1 + @pkill eog + @rm bozo.gif