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