temp: transfert entre ordinateurs

This commit is contained in:
gcch 2025-12-23 16:18:28 +01:00
commit d81acac380
46 changed files with 18652 additions and 1328 deletions

View file

@ -1,5 +1,10 @@
set -f fichiers_toml (fd --glob "*.toml")
set -f fichiers_angie (fd --glob "*.conf" containers/conf/angie)
for toml in $fichiers_toml
taplo format "$toml"
tombi format "$toml"
end
for angie in $angie
nginxfmt "$angie"
end