Forráskód Böngészése

Update library program

Samuel W. Flint 10 hónapja
szülő
commit
1af043840b
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      library

+ 1 - 0
library

@@ -134,6 +134,7 @@ function add_single {
            "${LIBRARY_FILE}"
     do_git add `basename "${LIBRARY_FILE}"`
     do_git commit -m "Added record for \"${TITLE}\""
+    library query -i --uniq -e "Title ~ \"${TITLE}" | less
 }
 # add-book ends here