temp: transfert entre ordinateurs

This commit is contained in:
gcch 2025-12-23 16:18:28 +01:00
commit 809061c551
43 changed files with 1477 additions and 1296 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