From 0fc1cb64def2ac7c0e234670d2c72bd71107a818 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Tue, 26 Jun 2018 23:32:40 +0200 Subject: Initial commit --- www/update | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 www/update (limited to 'www/update') diff --git a/www/update b/www/update new file mode 100755 index 0000000..b118e70 --- /dev/null +++ b/www/update @@ -0,0 +1,13 @@ +#!/bin/sh + +php head.php > head.html + +# style.css +# This will be included in the cgit head itself, so... well. Let's wrap it. +echo '' >> lirionnet.css +for i in "/fonts/telex-ht-regular.css" "/fonts/alte-din.css" "/fonts/elusive-icons.css" +do + echo "" >> lirionnet.css +done -- cgit v1.2.3