From 3791c71138430dfa1ca3412f3f5b363efd6fd249 Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Sun, 13 Jul 2008 23:03:26 +0100 Subject: [PATCH] Add xcowdream command --- src/Makefile.am | 4 ++-- src/xcowdream | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100755 src/xcowdream diff --git a/src/Makefile.am b/src/Makefile.am index c30c4c2..50111e0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ bin_PROGRAMS = xcowsay -bin_SCRIPTS = xcowfortune +bin_SCRIPTS = xcowfortune xcowdream AM_CFLAGS = $(XCOWSAY_CFLAGS) LDADD = $(XCOWSAY_LIBS) @@ -8,7 +8,7 @@ xcowsay_SOURCES = xcowsay.c display_cow.c display_cow.h floating_shape.h \ floating_shape.c settings.h settings.c Cowsay_glue.h xcowsayd.h \ xcowsayd.c config_file.h config_file.c i18n.h bubblegen.c -EXTRA_DIST = xcowfortune +EXTRA_DIST = xcowfortune xcowdream localedir = $(datadir)/locale diff --git a/src/xcowdream b/src/xcowdream new file mode 100755 index 0000000..c62a098 --- /dev/null +++ b/src/xcowdream @@ -0,0 +1,2 @@ +#!/bin/sh +exec xcowsay --dream $* -- 2.39.2