diff options
| author | Joe Carstairs <me@joeac.net> | 2026-04-30 17:21:09 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-04-30 17:27:35 +0100 |
| commit | f8f9573410bec7e5375b46ee4f38de7981924e3a (patch) | |
| tree | d4969e01a6ee70fe735a79a2c9b1293b3720ebcb /capsule/run.sh | |
| parent | 144f3ed14d633e19ce5385df74bf3eddc3f8df9c (diff) | |
can run capsule with capsule/run.sh
Diffstat (limited to 'capsule/run.sh')
| -rwxr-xr-x | capsule/run.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/capsule/run.sh b/capsule/run.sh new file mode 100755 index 0000000..7535975 --- /dev/null +++ b/capsule/run.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +make && \ + ( ( sleep 5; comitium refresh --data comitium-data/ ) & ) \ + && agate --content content/ --addr [::]:1965 --addr 0.0.0.0:1965 --lang en-GB |
