Browse Source

update run script

Daniel Sheffield 1 năm trước cách đây
mục cha
commit
fcd3182d07
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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