1 2 3 4 5 6 7
#!/bin/sh # Shows all hidden repos find . -iname cgitrc \ | xargs grep -l -n 'hide=1' \ | xargs -n1 dirname