Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6914 dpurdie 1
#! /bin/bash
2
#
3
# Output from this script will appear in the system journel
4
# There is no need to log startup status to a local log file
5
echo 'Starting buildtool'
6
. /etc/profile
7
unset GBE_PLATFORM
8
#jats vars -v
9
jats -NoExportVars eprog /work/buildtool/abtlaunch || true
10
echo 'Sleep 30 seconds before restarting'
11