Generates a script from the provided file.
Generates a script from the provided url.
abstract fun from(shebang: String? = "#!/usr/bin/env bash", script: () -> String) Generates a script with either the provided shebang or with a shebang invoking bash, and with the result of the provided function.