Skip to content

Instantly share code, notes, and snippets.

View lazyfrost's full-sized avatar

pavel lazyfrost

View GitHub Profile
@lazyfrost
lazyfrost / mutt-gmail-yandex.md
Last active November 16, 2023 19:25
Configuring mutt to work with gmail and yandex
@lazyfrost
lazyfrost / days_to_event.md
Last active September 14, 2015 09:16
script to show time left till defined date

Script to calculate time left to defined date

I wrote this small script to have a tool that can show how many days are left
till defined date, it is running cyclically every 60 seconds until manually stopped,
or until condition of cycle is met.


#!/bin/bash  
# Script shows number of integer days from now till defined date  
clear ; read -p "  Date of event (year-month-day): " n