aboutsummaryrefslogtreecommitdiff
path: root/home/hidden.sh
blob: 6e0c5298e8cf970129373a987482a212b9d3f621 (plain) (blame)
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