This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
192-template-188
/
d8d-vite-starter
a fost obținut din
1030-6/d8d-vite-starter
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Ramură:
bmad-method
Ramuri
Etichete
bmad-method
main
shadcn-ui
starter
vite-middle
d8d-vite-starte...
/
.roo
/
commands
/
show.sh
show.sh
125 B
Permalink
Istoric
Crud
1
2
3
4
5
6
7
for file in *; do
if [ -f "$file" ]; then
echo "===== $file ====="
head -n 3 "$file"
echo
fi
done