git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/www/update
diff options
context:
space:
mode:
Diffstat (limited to 'www/update')
-rwxr-xr-xwww/update13
1 files changed, 13 insertions, 0 deletions
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 '<style type="text/css">' > lirionnet.css
+cat "/wherever/lirionnet.css" >> lirionnet.css
+echo '</style>' >> lirionnet.css
+for i in "/fonts/telex-ht-regular.css" "/fonts/alte-din.css" "/fonts/elusive-icons.css"
+do
+ echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"$i\"/>" >> lirionnet.css
+done