blob: b81bf622843c56a4856f0d5a76bf431a31805d4c [file] [log] [blame]
brians343bc112013-02-10 01:53:46 +00001#!/bin/bash
2
Brian Silverman20141f92015-01-05 17:39:01 -08003# NI already has a core pattern, so we probably shouldn't change it.
4#echo '/home/driver/tmp/robot_logs/%e-%s-%p-%t.coredump' > /proc/sys/kernel/core_pattern
Brian Silverman80353cb2013-03-19 18:27:53 -07005
Brian Silverman17bb36d2015-03-29 16:50:06 -04006while true; do
7 export PATH=$PATH:/home/admin/robot_code
8 starter_exe /home/admin/robot_code/start_list.txt
9done