This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
178-template-164
/
mini-starter
forké depuis
155-template-138/mini-starter
Suivre
2
Voter
0
Fork
0
Fichiers
Branche:
bmad-method
Branches
Tags
bmad-method
mini-shadcn
monorepo
mini-starter
/
.roo
/
commands
/
show.sh
show.sh
125 B
Lien permanent
Historique
Raw
1
2
3
4
5
6
7
for file in *; do
if [ -f "$file" ]; then
echo "===== $file ====="
head -n 3 "$file"
echo
fi
done