This commit is contained in:
Alexander 2025-06-14 09:15:37 -04:00
parent 1e88f77d79
commit 9ff0f33180
5 changed files with 42 additions and 35 deletions

View file

@ -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