You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
228 B

#!/usr/bin/env bash
rm -Rf tmpdir/*;
pubs init -p tmpdir/;
pubs add -d data/pagerank.pdf -b data/pagerank.bib;
pubs list;
pubs tag;
pubs tag Page99 network+search;
pubs tag Page99;
pubs tag search;
pubs tag 0;
#rm -Rf tmpdir/*;