I hereby claim:
- I am mdayah on github.
- I am mdayah (https://keybase.io/mdayah) on keybase.
- I have a public key ASBmSBhLHuDlE9G8zOZWgh2PGP3eZFF6SSXxBVkOuPD3KQo
To claim this, I am signing this object:
| #!/bin/bash | |
| SCRIPT_NAME=$(basename "$0") # Get the name of the script itself | |
| declare -A fileDates | |
| while IFS= read -r -d '' file; do | |
| if [[ "$file" != *".git"* && "$file" != "./$SCRIPT_NAME" ]]; then | |
| DATE=$(stat -c %y "$file" | cut -d ' ' -f 1) | |
| if [[ -n "$DATE" ]]; then | |
| fileDates["$DATE"]+="$file " |
I hereby claim:
To claim this, I am signing this object: