Master's thesis - Multi-purpose system for measuring electrical power supplied by electric sockets
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.
 
 
 
 
 
latex-masters-thesis/biber-update.sh

9 lines
143 B

#!/bin/bash
bibfile="tukethesis.bib"
for i in "$HOME/Downloads/*.bibtex"; do
cat $i >> "$bibfile"
echo >> "$bibfile"
rm $i
done