Explorar o código

Add cron run script

Bryon Bailey %!s(int64=4) %!d(string=hai) anos
pai
achega
1f7455e013
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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