mirror of
https://github.com/algora-io/tv.git
synced 2024-11-26 01:00:20 +02:00
4 lines
76 B
Bash
Executable File
4 lines
76 B
Bash
Executable File
#!/bin/sh
|
|
cd -P -- "$(dirname -- "$0")"
|
|
PHX_SERVER=true exec ./algora start
|