diff options
author | Guillermo Ramos | 2015-07-16 01:43:11 +0200 |
---|---|---|
committer | Guillermo Ramos | 2015-07-16 02:27:16 +0200 |
commit | 40cf6d0a630c12c52ba9a115dff3e67cea63a31e (patch) | |
tree | 4138c6607651cd0aca2c1466054e89460730abfb /to-copy.sh | |
parent | b1c29f728b7285d51ac121af909f8348ba68a999 (diff) | |
download | tfm-40cf6d0a630c12c52ba9a115dff3e67cea63a31e.tar.gz |
Fixed problems with bib and Makefile
Diffstat (limited to 'to-copy.sh')
-rwxr-xr-x | to-copy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ COPY_D="${HOME}/Copy/work/tfm" -cp -r *.tex Makefile ${COPY_D}/ +cp -r *.tex Makefile bib.bib ${COPY_D}/ |