Files
qcd/ql.sh
2019-01-04 20:01:27 -06:00

5 lines
78 B
Bash

grep "${*}" ~/.qcdrc | while read theLine
do
echo -e ${theLine/ / -> }
done