On Thursday, 2nd February from 9 to 10.00 am there will be a maintenance with a short downtime of the GitLab service.
#!/bin/bash (exec 3<1247594562.garbage ; while read -u 3 basefile ; do grep ' no|' $basefile.annotate; read -p "was it really only garbage ($basefile)?" was_really_garbage ; if [ "$was_really_garbage" == "y" ] ; then echo $basefile >> 1247594562.really_garbage ; fi ; done)