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 /to-copy.sh | |
parent | 60f9d9d8f951bdee1c5df0398c0f90ad94825508 (diff) | |
download | tfm-master.tar.gz |
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/ |