summaryrefslogtreecommitdiff
path: root/to-copy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'to-copy.sh')
-rwxr-xr-xto-copy.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/to-copy.sh b/to-copy.sh
index d5517ff..24c1c18 100755
--- a/to-copy.sh
+++ b/to-copy.sh
@@ -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/