mirror of
https://github.com/notwa/rc
synced 2025-03-18 07:42:51 -07: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 ))
|