Hacker News new | ask | show | jobs
by tomxor 203 days ago
Forgot that was a bash feature..

  ls | xargs -I % bash -c 'cd %; pwd; [[ $(git status -s) ]] && echo WIP || echo clean'