Files
qcd/ql.sh

5 lines
78 B
Bash
Raw Permalink Normal View History

2019-01-04 20:01:27 -06:00
grep "${*}" ~/.qcdrc | while read theLine
do
echo -e ${theLine/ / -> }
done