This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
154-template-137
/
blank
フォーク元
d8dfun/blank
ウォッチ
2
スター
0
フォーク
0
ファイル
ブランチ:
exam-public
ブランチ
タグ
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