diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-18 19:59:58 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-18 20:01:32 +0100 |
| commit | 2d89475f0b9648e5efcf827d3e01356ee84b5465 (patch) | |
| tree | b7e0e41a729e638abc97f287cfb6b1fa772f50d1 /gemini/run.sh | |
| parent | f71fbdafacff125830268a4d7eab29f39f55aec1 (diff) | |
renames capsule -> gemini
Diffstat (limited to 'gemini/run.sh')
| -rwxr-xr-x | gemini/run.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gemini/run.sh b/gemini/run.sh new file mode 100755 index 0000000..7535975 --- /dev/null +++ b/gemini/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 |
