aboutsummaryrefslogtreecommitdiff
path: root/c2x
diff options
context:
space:
mode:
Diffstat (limited to 'c2x')
-rwxr-xr-xc2x2
1 files changed, 1 insertions, 1 deletions
diff --git a/c2x b/c2x
index 7d6a1b0..195c922 100755
--- a/c2x
+++ b/c2x
@@ -1,5 +1,5 @@
#!/bin/sh
-rsync -avz ./"${1}" ./"${1}_xhtml"
+rsync ./"${1}" ./"${1}_xhtml"
cd ./"${1}_xhtml" || exit
for file in $(find ./* | grep ".gmi" | sed 's/.gmi//'); do
g2x < "./${file}.gmi" > "./${file}.html"