1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2025-03-18 07:42:51 -07:00
rc/sh/days

2 lines
83 B
Bash
Executable file

#!/usr/bin/env bash
echo $(( ($(date +%s) - $(date -d "$1" +%s)) / 60 / 60 / 24 ))