This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Daftar
Masuk
154-template-137
/
blank
ter-fork dari
d8dfun/blank
Liatin
2
Bintangi
0
Fork
0
Berkas
Pohon:
c39392ef6f
Ranting
Tag
bmad
exam-public
live-shadcn
main
master
socket.io
stock
blank
/
scripts
/
show.sh
show.sh
125 B
Riwayat
Mentahan
1
2
3
4
5
6
7
for file in *; do
if [ -f "$file" ]; then
echo "===== $file ====="
head -n 3 "$file"
echo
fi
done