From ac2545c194c6842fc0f8826c9be343c0512e375c Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 1 Feb 2022 18:12:56 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 3 ++- cowboy.svg | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 cowboy.svg diff --git a/build.sh b/build.sh index 35dadd1..ad5de78 100755 --- a/build.sh +++ b/build.sh @@ -5,6 +5,7 @@ template () { echo "" echo "" echo "" + echo "" echo "$1" : "${inicio:=}" if test "$inicio" != true; then @@ -28,7 +29,7 @@ markdown () { outdir=build mkdir -p $outdir # Autocopiarnos :) -cp ./*.sh ./*.md ./*.css ./*.png ./*.mp4 "$outdir" +cp ./*.sh ./*.md ./*.css ./*.png ./*.mp4 ./*.svg "$outdir" index="$outdir/index.html" inicio=true header=false template "nulo.in" > "$index" diff --git a/cowboy.svg b/cowboy.svg new file mode 100644 index 0000000..f5d85b6 --- /dev/null +++ b/cowboy.svg @@ -0,0 +1 @@ + \ No newline at end of file