diff options
author | Guillermo Ramos | 2021-04-06 14:49:55 +0200 |
---|---|---|
committer | Guillermo Ramos | 2021-04-06 14:49:55 +0200 |
commit | d915cc6ab4bd67bd960fe60ff8d9593a9994d3d1 (patch) | |
tree | e014adc7244831663573f2b4ce05b824e878adf0 /from-copy.sh | |
parent | 60f9d9d8f951bdee1c5df0398c0f90ad94825508 (diff) | |
download | tfm-d915cc6ab4bd67bd960fe60ff8d9593a9994d3d1.tar.gz |
Diffstat (limited to 'from-copy.sh')
-rwxr-xr-x | from-copy.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/from-copy.sh b/from-copy.sh deleted file mode 100755 index 3321f23..0000000 --- a/from-copy.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -COPY_D="${HOME}/Copy/univ/master/tfm" - -cp -r ${COPY_D}/code ${COPY_D}/tfm.pdf ${COPY_D}/*.tex ${COPY_D}/Makefile ${COPY_D}/bib.bib . -cp -r ${COPY_D}/front/*.tex front/ |