941aebf2c6988d974e8cfa4129422ae9b761a61b
[swifty.git] / src / libswift_udp / mfold / run.seeder.sh
1 #!/bin/bash
2
3 export LD_LIBRARY_PATH=$HOME/lib
4
5 ulimit -c 1024000
6 cd swift || exit 2
7 if [ ! -e ScottKim_2008P.mp4 ]; then
8     wget -c http://video.ted.com/talks/podcast/ScottKim_2008P.mp4 || exit 1
9 fi
10
11 bin/swift-o2 -w -f ScottKim_2008P.mp4 -p -D \
12     -l 0.0.0.0:$SEEDERPORT 2>$HOST-lerr | gzip > $HOST-lout.gz || exit 2
13 exit