This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
154-template-137
/
blank
forké depuis
d8dfun/blank
Suivre
2
Voter
0
Fork
0
Fichiers
Aborescence:
b375abdbb8
Branches
Tags
bmad
exam-public
live-shadcn
main
master
socket.io
stock
blank
/
scripts
/
show.sh
show.sh
125 B
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