5 lines
67 B
Plaintext
5 lines
67 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
set -eu
|
||
|
|
|
||
|
|
PHX_SERVER=true exec bin/simpleshop_theme start
|