Copiar videos .mp4

This commit is contained in:
Cat /dev/Nulo 2021-10-11 16:09:41 -03:00
parent 366b7b6657
commit 9affac5109

View file

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