This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
159-template-142
/
file-starter
フォーク元
140-template-117/file-starter
ウォッチ
2
スター
0
フォーク
0
ファイル
ツリー:
a49c9ddab1
ブランチ
タグ
bmad-method
file
file-middle
file-shadcn
pgsql
file-starter
/
.roo
/
commands
/
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