correction de gitignore

This commit is contained in:
2026-03-07 10:41:06 +01:00
parent c94763e480
commit 897214921f
10 changed files with 1230 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# 1. Liste des hosts
mapfile -t ALL_HOSTS < <(grep -riI "^Host " ~/.ssh/config ~/.ssh/config.d/ 2>/dev/null | awk '{print $2}' | grep -v '*' | sort -u)
mapfile -t ALL_HOSTS < <(grep -riI "^Host " ~/.ssh/config ~/.ssh/config.d/ ~/.ssh/include/ 2>/dev/null | awk '{print $2}' | grep -v '*' | sort -u)
check_host() {
local host=$1

View File

@@ -16,10 +16,6 @@
.\}
.TH "" "" "" "" ""
.hy
.PP
.PD 0
.P
.PD
.SH NOM
.PP
castopod_update - Mise à jour de CASTOPOD