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