5 lines
88 B
Bash
Executable file
5 lines
88 B
Bash
Executable file
#!/bin/sh
|
|
set -eu
|
|
|
|
cd -P -- "$(dirname -- "$0")"
|
|
PHX_SERVER=true exec ./comfycamp start
|