diff options
author | Guillermo Ramos | 2015-07-16 15:36:02 +0200 |
---|---|---|
committer | Guillermo Ramos | 2015-07-16 15:36:02 +0200 |
commit | 350dfce2f0847a78bc69250b14befd448f12b522 (patch) | |
tree | 9d886be3158098939ac2a07de7caa22a7fc3be6e /to-copy.sh | |
parent | f1d6ebe0ce106726b613102e3770ff3702afdf2e (diff) | |
download | tfg-master.tar.gz |
Diffstat (limited to 'to-copy.sh')
-rwxr-xr-x | to-copy.sh | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ #!/bin/bash -cp -r *.tex Makefile ~/Copy/work/tfg/memoria +COPY_D="${HOME}/Copy/univ/grado/tfg" + +cp -r *.tex Makefile bib.bib ${COPY_D}/ +cp -r portada/*.tex ${COPY_D}/portada/ |