1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-26 01:07:11 -07:00
rc/sh/days

3 lines
83 B
Plaintext
Raw Normal View History

2013-06-28 05:22:14 -07:00
#!/usr/bin/env bash
echo $(( ($(date +%s) - $(date -d "$1" +%s)) / 60 / 60 / 24 ))