mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
4 lines
69 B
Bash
4 lines
69 B
Bash
|
|
#!/bin/sh
|
||
|
|
set -e
|
||
|
|
|
||
|
|
exec "zoekt-webserver" "-index" "${DATA_DIR}/index"
|