Sfoglia il codice sorgente

Add cron run script

Bryon Bailey 4 anni fa
parent
commit
1f7455e013
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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