Comment 5 for bug 376845

Revision history for this message
kylea (kylea) wrote :

#! /bin/bash
HOME=/home/kylea
LOGNAME=kylea

awk -f extract_syncmlclient.awk /home/kylea/Desktop/sdptool.log > output.in

awk -f extract_channel_no.awk output.in | awk '{print $2}' > output2.in

cat output2.in | xargs ./replace_sdl_channel.sh > /home/kylea/.opensync-0.22/group1/2/syncml-obex-client.conf