Przeglądaj źródła

update run script

Daniel Sheffield 1 rok temu
rodzic
commit
fcd3182d07
1 zmienionych plików z 3 dodań i 1 usunięć
  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