blob: b81bf622843c56a4856f0d5a76bf431a31805d4c [file] [log] [blame]
#!/bin/bash
# NI already has a core pattern, so we probably shouldn't change it.
#echo '/home/driver/tmp/robot_logs/%e-%s-%p-%t.coredump' > /proc/sys/kernel/core_pattern
while true; do
export PATH=$PATH:/home/admin/robot_code
starter_exe /home/admin/robot_code/start_list.txt
done