diff --git a/bash/templates/file.sh b/bash/templates/file.sh deleted file mode 100644 index 0f4b992..0000000 --- a/bash/templates/file.sh +++ /dev/null @@ -1 +0,0 @@ -# -*- 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 deleted file mode 100755 index 80f4e45..0000000 --- a/bash/templates/script.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/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[@]}" -