Quick Fix
This commit is contained in:
parent
9931b1f69d
commit
7eaa1b35c4
2
build.sh
2
build.sh
|
@ -11,7 +11,7 @@ conv () {
|
|||
# !/name.domain -> http://name.domain
|
||||
sed -E "s|(\\^/)([^ \)]*)|^\/<a href=$HOST/\2>\2</a>|g" |
|
||||
sed -E "s|(\\*/)([^ \)]*)|*\/<a href=https:\/\/\2/>\2</a>|g" |
|
||||
sed -E "s|(\\!/)([^ \)]*)|*\/<a href=http:\/\/\2/>\2</a>|g" |
|
||||
sed -E "s|(\\!/)([^ \)]*)|!\/<a href=http:\/\/\2/>\2</a>|g" |
|
||||
|
||||
sed -E '/%%BODY%%/r /dev/stdin' raw/template.html |
|
||||
sed -E '/%%BODY%%/d'
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
| |
|
||||
| * Please go take a look at my friend Tristan, aka |
|
||||
| "The king of subnets"/"alloca go brrr", his |
|
||||
| website located here !/deavmi.assigned.network |
|
||||
| website located here !/deavmi.assigned.network |
|
||||
| |
|
||||
+-------------------------------------------------------+
|
||||
|
||||
|
|
Loading…
Reference in New Issue