#!/bin/sh set -eu # Execute commands after building. Like pushing to an FTP server. # # Example below. # # TAR up the program. # bsdtar -a -cf \ $DSCIP_NAME-$(uname)-$(uname -r)_$(uname -m)-$CURRENT_COMMIT.tar.xz app/ # Send the artifacts to an FTP server. # ftp -in <