5 echo 'Usage: upload-release VERSION [DIR]'
6 echo 'Must be called in directory with binaries or with path'
10 if [ ! -z "$2" ] ; then
14 sftp nijel
,gammu@frs.sourceforge.net
<<EOT
15 cd /home/frs/project/g/ga/gammu/gammu
18 put Gammu-$REL-Windows-Minimal.exe
19 put Gammu-$REL-Windows-Minimal.zip
20 put Gammu-$REL-Windows-64bit.exe
21 put Gammu-$REL-Windows-64bit.zip
22 put Gammu-$REL-Windows.exe
23 put Gammu-$REL-Windows.zip
24 put gammu-$REL.tar.bz2
30 cd /srv/http/dl.cihar.com/gammu/releases/windows/
31 put Gammu-$REL-Windows-Minimal.exe
32 put Gammu-$REL-Windows-Minimal.zip
33 put Gammu-$REL-Windows-64bit.exe
34 put Gammu-$REL-Windows-64bit.zip
35 put Gammu-$REL-Windows.exe
36 put Gammu-$REL-Windows.zip
37 cd /srv/http/dl.cihar.com/gammu/releases/
38 put gammu-$REL.tar.bz2