diff --git a/atom b/atom index b592d30..c52042d 100755 --- a/atom +++ b/atom @@ -512,12 +512,17 @@ getFiles() { filename $filename EOWhere ) - echo -ne '\r'$sourcefileid + case $(( ++count % 4 )) in + 0) echo -ne '\r|' ;; + 1) echo -ne '\r/' ;; + 2) echo -en '\r-' ;; + 3) echo -ne '\r\\' ;; + esac done < <( find "$sourcepath" -type f -printf "%T@ %s %P\n" ) echo 'COMMIT;' >&3 - echo + echo -e "\r$count files found." } updateMimes() {