deltas
This commit is contained in:
parent
1e88f77d79
commit
9ff0f33180
5 changed files with 42 additions and 35 deletions
7
build.sh
7
build.sh
|
@ -1,10 +1,17 @@
|
|||
#!/bin/sh
|
||||
|
||||
function soup_config {
|
||||
cat ../soupault.toml > soupault.toml
|
||||
cat soupault.toml.frag* >> soupault.toml
|
||||
}
|
||||
|
||||
builtin pushd acl.cool
|
||||
rm -rf serve/
|
||||
soup_config
|
||||
soupault
|
||||
popd
|
||||
builtin pushd ytheleus.org
|
||||
rm -rf serve/
|
||||
soup_config
|
||||
soupault
|
||||
popd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue