diff options
author | Dave Reisner <dreisner@archlinux.org> | 2014-05-06 13:12:31 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2014-05-06 13:27:16 -0400 |
commit | 031743a96cf602ec20efaf6cbc292c5fd8d023bb (patch) | |
tree | 228bb953d660311e5da0ef4c14cf04762ab97c75 | |
parent | eea560d1a5a1a56bfab899696a396206ed226545 (diff) | |
download | mirror-ponymix-031743a96cf602ec20efaf6cbc292c5fd8d023bb.tar.gz mirror-ponymix-031743a96cf602ec20efaf6cbc292c5fd8d023bb.tar.bz2 mirror-ponymix-031743a96cf602ec20efaf6cbc292c5fd8d023bb.zip |
I gotta have more ponies
-rw-r--r-- | ponymix.cc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -468,6 +468,9 @@ static const std::pair<const string, const Command>& 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); } |