diff options
Diffstat (limited to 'contrib/cpt-new')
-rwxr-xr-x | contrib/cpt-new | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cpt-new b/contrib/cpt-new index a068704..00b99c2 100755 --- a/contrib/cpt-new +++ b/contrib/cpt-new @@ -1,5 +1,5 @@ #!/bin/sh -e -# Create a boilerplate KISS package +# Create a boilerplate CPT package out() { printf '\033[1;33m-> \033[m%s\n' "$@" >&2 ;} die() { printf '\033[1;31m!> \033[m%s\n' "$@" >&2 ; exit 1 ;} |