modifs.mineures sans commentaires

This commit is contained in:
Jephté Clain 2023-11-03 22:49:44 +04:00
parent e978d18fc8
commit 7cac433cbc
2 changed files with 11 additions and 0 deletions

1
bash/templates/file.sh Normal file
View File

@ -0,0 +1 @@
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8

10
bash/templates/script.sh Executable file
View File

@ -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[@]}"