summaryrefslogtreecommitdiff
path: root/default.do
blob: ee79c29c30bba443684336fb362f045f5289378e (plain)
1
2
3
4
5
#!/bin/sh
export title="$(vsvs.sh title < $1.vs)"
export content="$(vsvs.sh content < $1.vs)"
echo -n "$(vsvs.sh template < articles.vs)" | shelter >$3;
redo-ifchange $1.vs articles.vs