Algunas cosas de ShellCheck
This commit is contained in:
parent
f63bd3d3ab
commit
2da50891b8
1 changed files with 1 additions and 1 deletions
2
build.sh
2
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"
|
||||
|
|
Reference in a new issue