This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
154-template-137
/
blank
원본 프로젝트 :
d8dfun/blank
Watch
2
Star
0
포크
0
파일
트리:
e36d87b363
브랜치
태그
bmad
exam-public
live-shadcn
main
master
socket.io
stock
blank
/
scripts
/
show.sh
show.sh
125 B
히스토리
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