diff --git a/bash/templates/file.sh b/bash/templates/file.sh new file mode 100644 index 0000000..0f4b992 --- /dev/null +++ b/bash/templates/file.sh @@ -0,0 +1 @@ +# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8 diff --git a/bash/templates/script.sh b/bash/templates/script.sh new file mode 100755 index 0000000..80f4e45 --- /dev/null +++ b/bash/templates/script.sh @@ -0,0 +1,10 @@ +#!/bin/bash +# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8 +source /etc/nulib.sh || exit 1 + +args=( + "description" + #"usage" +) +parse_args "$@"; set -- "${args[@]}" +