diff options
author | Guillermo Ramos | 2015-07-16 13:21:19 +0200 |
---|---|---|
committer | Guillermo Ramos | 2015-07-16 15:34:37 +0200 |
commit | 767d837a06e7102d26ba70322a68170e64e9cba1 (patch) | |
tree | b3fdc264121c8a288510283c7bafba298e925b15 /to-copy.sh | |
parent | 946a1dcdce00d4a350fee92ae4931300e6170719 (diff) | |
download | tfm-767d837a06e7102d26ba70322a68170e64e9cba1.tar.gz |
Synchronized with Copy dir
Diffstat (limited to 'to-copy.sh')
-rwxr-xr-x | to-copy.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ #!/bin/bash -COPY_D="${HOME}/Copy/work/tfm" +COPY_D="${HOME}/Copy/univ/master/tfm" cp -r *.tex Makefile bib.bib ${COPY_D}/ +cp -r front/*.tex ${COPY_D}/front/ |