diff options
author | makefu <github@syntax-fehler.de> | 2013-12-30 02:57:47 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-12-30 02:57:47 +0100 |
commit | 13b8a2734303b4739ce0b67486a228010f8027e2 (patch) | |
tree | d43d6aba797021f9f17257109732571b92c8f5ec /ship/build | |
parent | 7fcd0331159603a349a9f67c1ad637e1d5802e28 (diff) | |
parent | dac81d2cff1dd5e496ddeef828b863e030066159 (diff) |
Merge branch 'master' of ssh://github.com/krebscode/painload
Conflicts:
Cancer/crypto/bin/ukrepl
crypto/bin/ukrepl
util/bin/ukrepl
Diffstat (limited to 'ship/build')
-rwxr-xr-x | ship/build | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 ### |