From 266728fbf380857a59f5e495755562fea2b5ae51 Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 11 Oct 2021 16:14:23 -0300 Subject: [PATCH] Algunas cosas de ShellCheck --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"