Explorar o código

Update library program

Samuel W. Flint hai 10 meses
pai
achega
1af043840b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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