diff options
author | Guillermo Ramos | 2021-08-15 11:27:50 +0200 |
---|---|---|
committer | Guillermo Ramos | 2021-08-15 11:27:50 +0200 |
commit | 4423708d4e6bc4af28c5dcaf69b33a7f3a8a3564 (patch) | |
tree | b503f228e532e1ea2de0af30fa3dfaac7d702632 /pd/run | |
parent | ce196b3436c74cbbffb68c98b8743c12e421930a (diff) | |
download | s6-services-4423708d4e6bc4af28c5dcaf69b33a7f3a8a3564.tar.gz |
Add pd
Diffstat (limited to 'pd/run')
-rwxr-xr-x | pd/run | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#!/bin/sh + +source $(dirname $0)/env + +cd $PROJECT_PATH +mix deps.get +mix phx.digest +exec mix phx.server |