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