From 031743a96cf602ec20efaf6cbc292c5fd8d023bb Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Tue, 6 May 2014 13:12:31 -0400 Subject: I gotta have more ponies --- ponymix.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ponymix.cc b/ponymix.cc index 1bf0384..05fbf89 100644 --- a/ponymix.cc +++ b/ponymix.cc @@ -468,6 +468,9 @@ static const std::pair& string_to_command( } static void version() { + execlp("ponysay", "ponysay", "-b", "", "ponymix " PONYMIX_VERSION, NULL); + + // Some people are pony haters. fputs("ponymix v" PONYMIX_VERSION "\n", stdout); exit(EXIT_SUCCESS); } -- cgit v1.2.3