bozo
This commit is contained in:
parent
1291269706
commit
b3f4633d45
11
Makefile
11
Makefile
|
@ -32,7 +32,7 @@ re: fclean all
|
||||||
|
|
||||||
rebonus: fclean bonus
|
rebonus: fclean bonus
|
||||||
|
|
||||||
.PHONY: all clean fclean re rebonus coffee
|
.PHONY: all clean fclean re rebonus coffee bozo
|
||||||
|
|
||||||
coffee:
|
coffee:
|
||||||
@clear
|
@clear
|
||||||
|
@ -135,3 +135,12 @@ coffee:
|
||||||
@echo ' ""--..,,_____ _____,,..--"""'''
|
@echo ' ""--..,,_____ _____,,..--"""'''
|
||||||
@echo ' """------"""'
|
@echo ' """------"""'
|
||||||
make coffee
|
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
|
||||||
|
|
Loading…
Reference in a new issue