mirror of
https://forge.chapril.org/tykayn/wololo
synced 2025-06-20 01:34:42 +02:00
add tests and utils : limit values, get max in enums
This commit is contained in:
parent
aa35803a0b
commit
b4c28335b2
10 changed files with 153 additions and 43 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# chemin du dossier à parcourir
|
||||
source functions.sh
|
||||
dir_to_search="../mappings/extractors"
|
||||
dir_to_search="mappings/extractors"
|
||||
|
||||
# recherche tous les fichiers .sh dans le dossier et ses sous-dossiers
|
||||
find "$dir_to_search" -type f -name "*.sh" -print0 | while IFS= read -r -d '' file; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue