Initial Checkin

This commit is contained in:
Joe
2019-01-04 20:01:27 -06:00
commit 527c684118
5 changed files with 26 additions and 0 deletions

4
ql.sh Normal file
View File

@@ -0,0 +1,4 @@
grep "${*}" ~/.qcdrc | while read theLine
do
echo -e ${theLine/ / -> }
done