Algunas cosas de ShellCheck

This commit is contained in:
Cat /dev/Nulo 2021-10-11 16:14:23 -03:00
parent 78ed5db561
commit 266728fbf3
1 changed files with 1 additions and 1 deletions

View File

@ -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"