diff options
Diffstat (limited to 'to-copy.sh')
-rwxr-xr-x | to-copy.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/to-copy.sh b/to-copy.sh deleted file mode 100755 index 8352ac2..0000000 --- a/to-copy.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -COPY_D="${HOME}/Copy/univ/master/tfm" - -cp -r code *.tex Makefile bib.bib ${COPY_D}/ -cp -r front/*.tex ${COPY_D}/front/ |