1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-09-27 15:21:26 -07:00
rc/sh/days

3 lines
83 B
Text
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 ))