This commit is contained in:
Etienne Rey-bethbeder 2023-03-10 12:54:31 +01:00
parent 1291269706
commit b3f4633d45

View file

@ -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