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