Mariebuild Shell Scripts #2
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
marie/mariebuild#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add support for shell scripts in the .scripts sector according to the specification
A customary script language is currently being worked on in a seperate (private) respository, once its first stable version is ready, it will be integrated into mariebuild as a library.
The customary script language idea has been scrapped. To allow the user as much freedom as possible, the program which is to execute is specified via a shebang at the beginning of each script section. If no shebang is provided, the bourne shell (sh) is used as default.
Implemented with commit 8924cc8