Extend Stackscript with sh-script
This script starts with #!/usr/bin/env python and then installs the basic LAMP. In the past I used an config.sh to set params like timezone, hostname, add a user etc…
Is it possible to feed that sh-content in the stackscript? Or does it need conversion to the python syntax?