This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
154-template-137
/
blank
Fork de
d8dfun/blank
Seguir
2
Destacar
0
Fork
0
Ficheiros
Árbore:
f9286a7e7b
Ramas
Etiquetas
bmad
exam-public
live-shadcn
main
master
socket.io
stock
blank
/
scripts
/
show.sh
show.sh
125 B
Histórico
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