summaryrefslogtreecommitdiff
path: root/to-copy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'to-copy.sh')
-rwxr-xr-xto-copy.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/to-copy.sh b/to-copy.sh
index 355ad1b..ef2cd14 100755
--- a/to-copy.sh
+++ b/to-copy.sh
@@ -1,3 +1,5 @@
#!/bin/bash
-cp -r *.tex Makefile ~/Copy/work/tfm
+COPY_D="${HOME}/Copy/work/tfm"
+
+cp -r *.tex Makefile ${COPY_D}/