Ver Fonte

Add cron run script

Bryon Bailey há 4 anos atrás
pai
commit
1f7455e013
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      run.sh

+ 5 - 0
run.sh

@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+script_dir=$(cd $(dirname ${BASH_SOURCE:-$0}); pwd)
+PIPFILE=$script_dir/Pipfile
+export PIPENV_PIPFILE=$(cd $(dirname $PIPFILE) && pwd)/$(basename $PIPFILE)
+pipenv run fetch