Initial Checkin

This commit is contained in:
Joe
2019-01-04 20:02:57 -06:00
commit 8d3f02086a
7 changed files with 641 additions and 0 deletions

15
riverRobot.sh Normal file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
echo executing the robot browser
"/cygdrive/c/Program Files (x86)/Google/Chrome/Application/chrome.exe" --profile-directory="Profile 1"
while [[ ! $(ls input/PrmProductAllView.AddViewItem* 2>/dev/null) ]]
do echo waiting for robot browser to finish by polling existence of last file created.
sleep 30
done
echo robot browser finished, converting and adding to output.
./process.sh
echo killing the browser window.
taskkill /FI "WINDOWTITLE eq Riverbed SteelCentral Appinternals - Google Chrome"