#!/bin/sh cd src ./updatedots.sh && echo "Updated Portage configs (1/2)" ./mkpkglist.sh && echo "Updated package list (2/2)" echo "All done."