This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
154-template-137
/
blank
biforcado de
d8dfun/blank
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Árvore:
b775842ed7
Ramos
Etiquetas
bmad
exam-public
live-shadcn
main
master
socket.io
stock
blank
/
scripts
/
show.sh
show.sh
125 B
Histórico
Em bruto
1
2
3
4
5
6
7
for file in *; do
if [ -f "$file" ]; then
echo "===== $file ====="
head -n 3 "$file"
echo
fi
done