#!/usr/bin/bash mkdir output DEB="empty" cd client_s2 source build_deb.sh echo "Ran build deb, created: $DEB" mv $DEB ../output