Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 427 Bytes

readme.md

File metadata and controls

38 lines (24 loc) · 427 Bytes

age

Calculate your age in command line.

install

  1. Clone the repository to "$HOME/.age".
git clone https://github.com/dariubs/age.git $HOME/.age
  1. Append age to PATH. $HOME/.bashrc for bash and $HOME/.zshrc for zsh
export PATH="$HOME/.age:$PATH"

usage

  1. set your birthdate in yyyymmdd format
age -b 19930807
  1. get your age
age

:)