mirror of
https://github.com/notwa/rc
synced 2024-11-05 04:39:03 -08:00
3 lines
83 B
Text
3 lines
83 B
Text
|
#!/usr/bin/env bash
|
||
|
echo $(( ($(date +%s) - $(date -d "$1" +%s)) / 60 / 60 / 24 ))
|