Makefile: add pickrand
[cmccabe-bin] / git-add-lines.sh
1 #!/usr/bin/env bash
2
3 #
4 # git add a bunch of lines, possibly after stripping off a leading pound sign
5 #
6
7 sed 's/#//g' | sed 's/^[\t ]*\([^\t ]*\)[\t ]*$/\1/' | ql.sh | xargs -l git add