This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
test-org
/
test-fork-config-fix
Fork de
1030-6/d8d-vite-starter
Seguir
2
Destacar
0
Fork
0
Ficheiros
Rama:
bmad-method
Ramas
Etiquetas
bmad-method
main
shadcn-ui
starter
vite-middle
test-fork-confi...
/
.roo
/
commands
/
show.sh
show.sh
125 B
Permalink
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