nulib/bash/templates/script.sh

11 lines
194 B
Bash
Raw Normal View History

2023-11-03 22:49:44 +04:00
#!/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[@]}"