Skip to content

A simple console script that is based off of the Friends Christmas Eve Eve scene.

License

Notifications You must be signed in to change notification settings

CThompson01/christmas-eve-eve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Christmas Eve Eve

This project idea came from a famous scene from the popular show, Friends. In the scene one of the characters exclaims "Happy Christmas Eve Eve". This idea expands upon that by printing to the console the correct eve of christmas that it is.

For Example on December 22 it will print out

Christmas Eve Eve Eve

Getting Started

Follow these instructions to download a release version of this program and to learn how to install it.

Prerequisites

Current versions work exclusively on Linux and Mac OSX.

Please be patient as release versions are coming for Windows.


It is possible to compile the main.c file for use on Windows.

You can download the Repository from here

Follow these instructions to compile the file with Visual Studios

Installing

Follow these instructions to unpackage and install releases found on our release page. Latest Stable Release


After downloading open a terminal
On Linux this can typically be done by pressing ctrl+alt+t

On Mac OSX use the search bar and type "terminal"

Navigate to your download location. Typically in your downloads folder.

cd Downloads/

Now unpackage the tar file.

If you have a different release version, replace the "0.1" with the correct version.

tar -xzvf christmas-0.1.tar.gz

Now navigate to the unpackaged files.

Again if you have a different release version, replace the "0.1" with the correct version.

cd christmas-0.1.tar.gz/

Run the configure file to configure the program to your system. If your system is unable to run the program it will return an error message.

./configure

Now run these commands to finish installation. The second command may ask for your password in order to install properly

make
sudo make install

And it's installed! Now anytime you open up your console, you can simply type "christmas" and find out how many eves it is!

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details

Acknowledgments

  • Brandon Richards for the idea at 1:06 am on Monday, December 24, 2018
  • Billie Thompson for README.md Template

About

A simple console script that is based off of the Friends Christmas Eve Eve scene.

Resources

License

Stars

Watchers

Forks

Packages

No packages published