Calculate your age in command line.
- Clone the repository to "$HOME/.age".
git clone https://github.com/dariubs/age.git $HOME/.age- Append
ageto PATH.$HOME/.bashrcfor bash and$HOME/.zshrcfor zsh
export PATH="$HOME/.age:$PATH"- set your birthdate in
yyyymmddformat
age -b 19930807- get your age
age:)