about summary refs log tree commit diff
path: root/gal
diff options
context:
space:
mode:
Diffstat (limited to 'gal')
-rwxr-xr-xgal2
1 files changed, 1 insertions, 1 deletions
diff --git a/gal b/gal
index c81308e..29a67ed 100755
--- a/gal
+++ b/gal
@@ -23,7 +23,7 @@ TITLE=${TITLE:-$(basename $OUTPUT)}
 mkdir -p $2/{photos,thumbs}
 
 ## Generate index.html menu file
-cat style.css > $OUTPUT/style.css
+cp style.css $OUTPUT
 echo "Generating index.html"
 
 cat > $OUTPUT/index.html <<EOF