diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2020-12-01 22:04:06 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2020-12-01 22:04:06 +0300 |
commit | 032a6a377587f170f894a282c0b75e7a4fe17933 (patch) | |
tree | 6c97816c384982992255a913aa13c3f708a09624 | |
parent | 9d86a7654449658db1627fb03a69a61bdadb7034 (diff) | |
download | vsvs-032a6a377587f170f894a282c0b75e7a4fe17933.tar vsvs-032a6a377587f170f894a282c0b75e7a4fe17933.tar.xz vsvs-032a6a377587f170f894a282c0b75e7a4fe17933.zip |
.
-rw-r--r-- | default.do | 1 | ||||
-rw-r--r-- | index.html.st | 8 |
2 files changed, 5 insertions, 4 deletions
@@ -1,3 +1,4 @@ +#!/bin/sh if test -f $1.st then { shelter.sh $1.st >$3; } 2>&1 | xargs redo-ifchange diff --git a/index.html.st b/index.html.st index a390332..176b0ce 100644 --- a/index.html.st +++ b/index.html.st @@ -1,5 +1,5 @@ -$( { - title="Welcome" - content="Hello, World." +$( + export title="Welcome" + export content="Hello, World." shelter.sh main.st -} ) +) |