diff --git a/build.sh b/build.sh index 0907946..ec7fc3a 100755 --- a/build.sh +++ b/build.sh @@ -20,7 +20,7 @@ template () { outdir=build mkdir -p $outdir # Autocopiarnos :) -cp *.sh *.md *.css *.png *.mp4 "$outdir" +cp ./*.sh ./*.md ./*.css ./*.png ./*.mp4 "$outdir" index="$outdir/index.html" inicio=true header=false template "nulo.in" > "$index"