From 4423708d4e6bc4af28c5dcaf69b33a7f3a8a3564 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Sun, 15 Aug 2021 11:27:50 +0200 Subject: Add pd --- pd/log/run | 1 + pd/run | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 120000 pd/log/run create mode 100755 pd/run (limited to 'pd') 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 diff --git a/pd/run b/pd/run new file mode 100755 index 0000000..6438625 --- /dev/null +++ b/pd/run @@ -0,0 +1,8 @@ +#!/bin/sh + +source $(dirname $0)/env + +cd $PROJECT_PATH +mix deps.get +mix phx.digest +exec mix phx.server -- cgit v1.2.3