feat: Améliore la gestion pour sourcer le contenu des sous-répertoires (*.d)

This commit is contained in:
Xavier Logerais
2025-01-17 08:35:46 +00:00
parent 08916f80b6
commit a120bce087
5 changed files with 75 additions and 21 deletions

5
libs.deprecated/basedir.bash Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
function basedir() {
(cd "$(dirname \"$-2\")" && pwd)
}