diff options
| author | Yuval Adam <_@yuv.al> | 2026-07-24 13:39:34 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2026-07-24 13:39:34 +0200 |
| commit | 0d85e92e3be37fb4b6a7c716e4998f3853c39544 (patch) | |
| tree | dc3f7529ef08bd463bf03569b690859ec9265a45 /scripts/parleyd | |
| parent | 11c0955bc3a261cabd8a5276a62120a03e11336b (diff) | |
Install development command launchers
Diffstat (limited to 'scripts/parleyd')
| -rwxr-xr-x | scripts/parleyd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/parleyd b/scripts/parleyd index 8584093..ecab260 100755 --- a/scripts/parleyd +++ b/scripts/parleyd @@ -1,5 +1,6 @@ #!/usr/bin/env bash set -euo pipefail -root=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")/.." && pwd) +script=$(readlink -f -- "${BASH_SOURCE[0]}") +root=$(cd -- "$(dirname -- "$script")/.." && pwd) cd "$root" exec python -m parley.daemon "$@" |
