This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
159-template-142
/
file-starter
forked de
140-template-117/file-starter
Seguir
2
Destacar
0
Fork
0
Archivos
Árbol:
7eea2c4046
Ramas
Etiquetas
bmad-method
file
file-middle
file-shadcn
pgsql
file-starter
/
.roo
/
commands
/
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