Browse Source

update run script

Daniel Sheffield 1 year ago
parent
commit
fcd3182d07
1 changed files with 3 additions and 1 deletions
  1. 3 1
      run.sh

+ 3 - 1
run.sh

@@ -1 +1,3 @@
-/usr/bin/python3 -m robot.run -T --dotted --outputdir /tmp Download\ Statements.robot 
+#!/bin/bash
+WD=$(dirname "${BASH_SOURCE[0]}")
+/usr/bin/python3 -m robot.run -T --dotted --outputdir /tmp ${WD}/Download\ Statements.robot