From 5ed84486d48c33422f093e1bb0f11bd2512c6879 Mon Sep 17 00:00:00 2001 From: Paul Liverman Date: Tue, 25 Nov 2014 19:44:33 -0800 Subject: [PATCH] Added a fortune to the building process --- build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build b/build index 8ab6cc6..ed4c8e9 100644 --- a/build +++ b/build @@ -118,3 +118,5 @@ zip -r -X -q "$outputDir/$packageName-${version}_linux.zip" ./* echo " Done." echo "Builds complete. Unless there are errors above. Double check your files." +echo +if which fortune > /dev/null 2>&1; then fortune; fi