Skip to content
Snippets Groups Projects
Commit 1a3c11be authored by Arno Schoenmakers's avatar Arno Schoenmakers
Browse files

TAsk #6442: Remove bloody windows line feeds...

parent a43dfc06
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
#!/bin/bash
case `hostname` in
kis001)
lcurun -s $1 -c "ppstune.sh $2 $3 $4 $5 $6 $7 $8 $9" 2>&1 | grep -v 'TRACE TRC'
lcurun -s $1 -c 'grep -e "\(ERR\|WARN\)" /localhome/ppstune/log/pps-tuning-*.log' |grep `date +'%Y-%m-%d'`|sort -k 1,4 ;;
*)
cd /opt/stationtest;
PYTHONPATH="/opt/stationtest/modules:$PYTHONPATH" ppstune.py $1 $2 $3 $4 $5 $6 $7 $8 $9 ;;
esac
#!/bin/bash
case `hostname` in
kis001)
lcurun -s $1 -c "ppstune.sh $2 $3 $4 $5 $6 $7 $8 $9" 2>&1 | grep -v 'TRACE TRC'
lcurun -s $1 -c 'grep -e "\(ERR\|WARN\)" /localhome/ppstune/log/pps-tuning-*.log' |grep `date +'%Y-%m-%d'`|sort -k 1,4 ;;
*)
cd /opt/stationtest;
PYTHONPATH="/opt/stationtest/modules:$PYTHONPATH" ppstune.py $1 $2 $3 $4 $5 $6 $7 $8 $9 ;;
esac
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment