summaryrefslogtreecommitdiffstats
path: root/ship/build
diff options
context:
space:
mode:
Diffstat (limited to 'ship/build')
-rwxr-xr-xship/build12
1 files changed, 12 insertions, 0 deletions
diff --git a/ship/build b/ship/build
index f7dcf3c2..3f96cfe1 100755
--- a/ship/build
+++ b/ship/build
@@ -59,6 +59,18 @@ $1a\\
EOF
}
+## usage: #@mainifyme\( \([A-Za-z_][A-Za-z0-9_]*\)\)\? -> build_mainifyme \1 \3
+build_mainifyme() {
+ mainifyme_name="${2:-main}"
+ cat<<EOF
+ $1a\\
+$mainifyme_name(){
+ \$a\\
+}\\
+$mainifyme_name "\$@"
+EOF
+}
+
###
### main subroutines
###