#!/bin/sh function sftp_upload { echo "${buildNumber}" > build/app/latest.txt sftp ${1} <