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 | |
parent | ce196b3436c74cbbffb68c98b8743c12e421930a (diff) | |
download | s6-services-4423708d4e6bc4af28c5dcaf69b33a7f3a8a3564.tar.gz |
Add pd
Diffstat (limited to 'pd')
l--------- | pd/log/run | 1 | ||||
-rwxr-xr-x | pd/run | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/pd/log/run b/pd/log/run new file mode 120000 index 0000000..04b2c93 --- /dev/null +++ b/pd/log/run @@ -0,0 +1 @@ +../../.log/run
\ No newline at end of file @@ -0,0 +1,8 @@ +#!/bin/sh + +source $(dirname $0)/env + +cd $PROJECT_PATH +mix deps.get +mix phx.digest +exec mix phx.server |