82e4d19e6c
Signed-off-by: Amogh Lele <amogh@dyte.io>
4 lines
76 B
Bash
Executable File
4 lines
76 B
Bash
Executable File
#!/bin/sh
|
|
cd -P -- "$(dirname -- "$0")"
|
|
PHX_SERVER=true exec ./ketbin start
|