Dun

Results 1 comments of Dun

``` #!/bin/bash cd _directory/data/ for d in */ ; do dir_name=$(stat -c %n "$d") echo "${dir_name::-1}: $(git log --format=%ad "$d" | cut -f1 -d$'\n')" >> time.yml done mv time.yml ../.....