https://github.com/henrikac/christmas
Shell script that tells you how many days there are until Christmas
https://github.com/henrikac/christmas
bash linux
Last synced: about 2 months ago
JSON representation
Shell script that tells you how many days there are until Christmas
- Host: GitHub
- URL: https://github.com/henrikac/christmas
- Owner: henrikac
- License: gpl-3.0
- Created: 2020-11-12T21:11:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-13T13:53:22.000Z (over 5 years ago)
- Last Synced: 2025-02-24T01:43:40.491Z (over 1 year ago)
- Topics: bash, linux
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Christmas
Fun shell script that displays the number of days until Christmas (December 25).
## Requirements
* [GNU date](https://www.gnu.org/software/coreutils/manual/html_node/date-invocation.html#date-invocation)
## Install
#### macOS/Linux
Clone this repo and run the `install` script
```sh
git clone https://github.com/henrikac/christmas.git && cd christmas && bash install
```
#### Windows
Install Linux and follow the instructions above
## Usage
Run `christmas`